Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-provisioner-fail-continue
/
main.tf
blob: 39587984e66c32722372afad63d4ddef29c696d5 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
foo
=
"bar"
provisioner
"shell"
{
on_failure
=
"continue"
}
}