open-nomad/terraform/aws/env/us-east/terraform.tfvars
Omar Khawaja 2eab3db0dc
AWS env update (#5423)
* update versions of all products and add consul-template

* update client and server user_data scripts

* modify README.md and terraform.tfvars

* fix typo in consul-template system unit file

* update AMI id
2019-03-15 15:55:34 -04:00

8 lines
188 B
HCL

region = "us-east-1"
ami = "ami-066a7f2ffac02f833"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"
client_count = "4"