Merge pull request #35092 from danielthorvil/patch-1

b-plan-snapshot-experiments
Craig Wright 2 years ago committed by GitHub
commit 014e4f8d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -246,8 +246,7 @@ can leave a resource in a semi-configured state. Because Terraform cannot
reason about what the provisioner does, the only way to ensure proper creation
of a resource is to recreate it. This is tainting.
You can change this behavior by setting the `on_failure` attribute,
which is covered in detail below.
You can change this behavior by setting the `on_failure` attribute to `continue`. Refer to [Failure Behavior](#failure-behavior) for additional information.
## Destroy-Time Provisioners

Loading…
Cancel
Save