variable "az-subnet-mapping" { description = "Lists the subnets to be created in their respective AZ." type = "list" } variable "cidr" { description = "CIDR block to assign to the VPC" type = "string" }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 24592 | Robert Cowham | Initial working version |