scottslowe-learning-tools/terraform/aws/new-igw/variables.tf
2021-09-15 16:11:54 -07:00

6 lines
No EOL
209 B
HCL

// note: this variable will be fed with coreos_vpc VPC ID which can be found at terraform/aws/new-vpc/main.tf
variable "demo_vpc_id" {
type = "string"
default = ""
description = "AWS coreos_vpc VPC ID"
}