Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-multi-provider-destroy-child
/
main.tf
blob: 9b799979b1391a84974a3461c2ba8468ca332ca9 [
file
] [
log
] [
blame
]
resource
"vault_instance"
"foo"
{}
provider
"aws"
{
value
=
"${vault_instance.foo.id}"
}
module
"child"
{
source
=
"./child"
}