Sign in
third-party-mirror
/
terraform
/
bf34d3fc4c67487ae2edffb03d772624f66b343e
/
.
/
v1.3.10
/
internal
/
configs
/
testdata
/
config-diagnostics
/
with-depends-on
/
main.tf
blob: 49c2dcd6e765ff11a2600c7db1dc8819c7597b72 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
foo
=
{
source
=
"hashicorp/foo"
}
}
}
module
"mod2"
{
source
=
"./mod1"
providers
=
{
foo
=
foo
}
}