github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/nested-errors/child_a/child_a.tf (about)

     1  
     2  module "child_c" {
     3    # Note: this test case has an unrealistic module loader that resolves all
     4    # sources as relative to the fixture directory, rather than to the
     5    # current module directory as Terraform normally would.
     6    source = "./child_c"
     7  }