github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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  }