open-consul/terraform
Evan Farrell d053a09981 terraform: fix formatting of consul.tf (#4580) 2018-10-24 08:02:38 -07:00
..
aws terraform: fix formatting of consul.tf (#4580) 2018-10-24 08:02:38 -07:00
digitalocean
google terraform: fix formatting of consul.tf (#4580) 2018-10-24 08:02:38 -07:00
openstack terraform: fix formatting of consul.tf (#4580) 2018-10-24 08:02:38 -07:00
shared/scripts
README.md

README.md

Terraform Modules

This folder contains modules for Terraform that can setup Consul for various systems. The infrastructure provider that is used is designated by the folder above. See the variables.tf file in each for more documentation.

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"}'