Sign in
third-party-mirror
/
terraform
/
bf34d3fc4c67487ae2edffb03d772624f66b343e
/
.
/
v1.2.3
/
internal
/
configs
/
testdata
/
config-diagnostics
/
unknown-root-provider
/
main.tf
blob: cf60f915ae7ec96cc33897cd43df4454e9f8cdfb [
file
] [
log
] [
blame
]
module
"mod"
{
source
=
"./mod"
providers
=
{
// bar may be required by the module, but the name is not defined here
bar
=
bar
}
}