github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/builtin/foundation/consul/data/common/deploy/module-aws-simple/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 "private-ip" { 14 description = "IP to assign to the instance" 15 } 16 17 variable "subnet-id" { 18 description = "Subnet ID" 19 } 20 21 variable "vpc-cidr" { 22 description = "VPC CIDR" 23 } 24 25 variable "vpc-id" { 26 description = "VPC ID" 27 }