terraform/internal/configs/testdata/config-build/child_b/child_b.tf

8 lines
244 B
HCL

module "child_c" {
# In the unit test where this fixture is used, we treat the source strings
# as relative paths from the fixture directory rather than as source
# addresses as we would in a real module walker.
source = "./child_c"
}