terraform:list
Terraform lists
variable "cidr_block" {
type = list(string)
default = ["10.0.0.0/16", "10.1.0.0/16", "10.2.0.0/16"]
}
terraform/list.txt · Last modified: by andrew
variable "cidr_block" {
type = list(string)
default = ["10.0.0.0/16", "10.1.0.0/16", "10.2.0.0/16"]
}