Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-cross-providers
/
main.tf
blob: 1ff123a73b597850ade2729958b2d37e79ac49f7 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"shared"
{
}
module
"child"
{
source
=
"./child"
value
=
"${aws_instance.shared.id}"
}