Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-prevent-destroy-count-good
/
main.tf
blob: b6b479078501cf352bf7a11287cd9ce546559c85 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
"1"
current
=
"${count.index}"
}