terraform/internal/configs/testdata/config-build/root.tf

10 lines
91 B
HCL

module "child_a" {
source = "./child_a"
}
module "child_b" {
source = "./child_b"
}