github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/builtin/foundation/consul/data/common/deploy/module-aws/variables.tf (about) 1 variable "ami" { 2 description = "AMI to use for Consul" 3 } 4 5 variable "index" { 6 description = "Index for the name" 7 } 8 9 variable "key-name" { 10 description = "SSH key name" 11 } 12 13 variable "bastion_host" { 14 description = "SSH bastion host" 15 } 16 17 variable "bastion_user" { 18 description = "SSH bastion user" 19 } 20 21 variable "private-ip" { 22 description = "IP to assign to the instance" 23 } 24 25 variable "subnet-id" { 26 description = "Subnet ID" 27 } 28 29 variable "vpc-id" { 30 description = "VPC ID" 31 } 32 33 variable "join_addr" { 34 description = "IP/Address to `consul join`" 35 }