Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
providers-explicit-fqn
/
root.tf
blob: 9a8d426edb97654438a30a7234ab92f84b254d44 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
foo
-
test
=
{
source
=
"foo/test"
}
terraform
=
{
source
=
"not-builtin/not-terraform"
}
}
}