Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-computed
/
main.tf
blob: 768c9680d8019c449e5d2e31a1a81bd04bae0820 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{}
module
"child"
{
source
=
"./child"
value
=
"${aws_instance.foo.output}"
}