terraform/configs/testdata/config-diagnostics/nested-provider/root.tf

5 lines
52 B
HCL

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