4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
variable "base_cidr_block" {
|
||
|
default = "10.0.0.0/12"
|
||
|
}
|