Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-var-computed
/
child
/
main.tf
blob: 20a301330bc94d282834eaec07f9761a4fb8adfd [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
compute
=
"foo"
}
output
"num"
{
value
=
"${aws_instance.foo.foo}"
}