Skip to content

Commit

Permalink
Merge pull request #35092 from danielthorvil/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
crw committed May 8, 2024
2 parents 61a167e + 57f7ee1 commit 014e4f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/language/resources/provisioners/syntax.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 014e4f8

Please sign in to comment.