terraform-demo/prod/valiables.tf

5 lines
74 B
HCL

variable "cidr_block" {
type = string
default = "10.3.0.0/16"
}