mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
10 lines
87 B
Terraform
10 lines
87 B
Terraform
|
|
||
|
module "child_a" {
|
||
|
source = "child_a"
|
||
|
}
|
||
|
|
||
|
module "child_b" {
|
||
|
source = "child_b"
|
||
|
}
|
||
|
|