terraform/internal/configs/configload/testdata/module-depends-on/child/main.tf

4 lines
43 B
HCL

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