mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
0e3256b6f4
This example demonstrates both creating a network architecture *and* the use of data resources to minimize the number of variables needed for a child module by discovering additional data automatically.
4 lines
57 B
HCL
4 lines
57 B
HCL
variable "base_cidr_block" {
|
|
default = "10.0.0.0/12"
|
|
}
|