github.com/outbrain/consul@v1.4.5/terraform/README.md (about)

     1  # Terraform Modules
     2  
     3  This folder contains modules for Terraform that can setup Consul for
     4  various systems. The infrastructure provider that is used is designated
     5  by the folder above. See the `variables.tf` file in each for more documentation. 
     6  
     7  To deploy Consul in multiple Subnets/AZ on AWS - supply:  -var 'vpc_id=vpc-1234567' -var 'subnets={ "0" = "subnet-12345", "1" = "subnet-23456", "2" = "subnet-34567"}'