github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/configs/testdata/config-build/child_a/child_a.tf (about)

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