Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-provider-defaults-var
/
child
/
main.tf
blob: 5ce4f55fe841a67a5af7d4c5c421bfa4f8902f4e [
file
] [
log
] [
blame
]
provider
"aws"
{
from
=
"child"
to
=
"child"
}
resource
"aws_instance"
"foo"
{
from
=
"child"
}