github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/configs/testdata/config-build/child_b/child_b.tf (about)

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