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