opentofu/configs/testdata/config-build/root.tf
2019-06-30 10:16:15 +02:00

10 lines
87 B
HCL

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