github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/testdata/config-diagnostics/unknown-root-provider/main.tf (about)

     1  module "mod" {
     2    source = "./mod"
     3    providers = {
     4      // bar may be required by the module, but the name is not defined here
     5      bar = bar
     6    }
     7  }