• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Oct-2018-

aws/H11-Oct-2018-214172

digitalocean/H11-Oct-2018-11287

google/H11-Oct-2018-180142

openstack/H11-Oct-2018-251188

shared/scripts/H11-Oct-2018-162119

README.mdH A D11-Oct-2018412 85

README.md

1# Terraform Modules
2
3This folder contains modules for Terraform that can setup Consul for
4various systems. The infrastructure provider that is used is designated
5by the folder above. See the `variables.tf` file in each for more documentation.
6
7To 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"}'
8