terraform/configs/configload/testdata/expand-modules/nested-provider/root.tf

5 lines
52 B
HCL

module "child" {
count = 1
source = "./child"
}