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