Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-targeted-count
/
main.tf
blob: 680d30ffaa3630063b21c8e6a751d64d02609f35 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
3
}
resource
"aws_instance"
"bar"
{
foo
=
[
"${aws_instance.foo.*.id}"
]
}