Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-provisioner-destroy-continue
/
main.tf
blob: 0be0d331e51bfcf80380d8684c172702b977276a [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
foo
=
"bar"
provisioner
"shell"
{
command
=
"one"
when
=
"destroy"
on_failure
=
"continue"
}
provisioner
"shell"
{
command
=
"two"
when
=
"destroy"
on_failure
=
"continue"
}
}