Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-ref-count
/
main.tf
blob: 1ce2ffe21f5d50a85a31dbc12679a15b34e8158e [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
3
}
resource
"aws_instance"
"bar"
{
foo
=
length
(
aws_instance
.
foo
)
}