mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 00:46:16 -06:00
4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
variable "base_cidr_block" {
|
||
|
default = "10.0.0.0/12"
|
||
|
}
|