Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-computed
/
main.tf
blob: 71809138b126342709644667f59b93c62a2b26b3 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
num
=
"2"
compute
=
"foo"
}
resource
"aws_instance"
"bar"
{
foo
=
"${aws_instance.foo.foo}"
}