terraform/examples/aws-networking/variables.tf

4 lines
57 B
HCL

variable "base_cidr_block" {
default = "10.0.0.0/12"
}