network/variables.tf (
9
lines of code) (
raw
):
variable "name" { type = string } variable "autocreate_subnets" { type = bool } variable "cidr" { type = string }