terraform/internal/configs/testdata/config-diagnostics/unknown-root-provider/main.tf

8 lines
145 B
HCL

module "mod" {
source = "./mod"
providers = {
// bar may be required by the module, but the name is not defined here
bar = bar
}
}