Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-count-index
/
main.tf
blob: 9a0d1ebbcc2fc235d6e0f9c451e8e70672836726 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
2
foo
=
"${count.index}"
}