Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
refresh-data-module-var
/
main.tf
blob: a371831bd2317444d39fa3460bb198fd022ebb8d [
file
] [
log
] [
blame
]
resource
"aws_instance"
"A"
{
foo
=
"bar"
}
module
"child"
{
source
=
"./child"
key
=
"${aws_instance.A.id}"
}