terraform/configs/configload/test-fixtures/local-modules/child_a/child_a.tf

5 lines
45 B
HCL

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