Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-ref-existing
/
main.tf
blob: a05056c52e54a240164dfe7e3552c6866d4a92a6 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
foo
=
"bar"
}
module
"child"
{
source
=
"./child"
var
=
"${aws_instance.foo.foo}"
}