You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/terraform
Evan Farrell 4ea03e7db7
terraform: fix formatting of consul.tf (#4580)
6 years ago
..
aws terraform: fix formatting of consul.tf (#4580) 6 years ago
digitalocean Spelling (#3958) 7 years ago
google terraform: fix formatting of consul.tf (#4580) 6 years ago
openstack terraform: fix formatting of consul.tf (#4580) 6 years ago
shared/scripts consul upgraded to 1.0.0 in terraform scripts (#3588) 7 years ago
README.md upgrading ubuntu ami to 16.04, switching to systemd, allowing multiple AZ/subnets through subnets={} map, upgrading consul to 0.9.3 (#3566) 7 years ago

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