Update website/docs/language/resources/provisioners/syntax.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
pull/35092/head
Craig Wright 2 years ago committed by GitHub
parent 9cf790ce6a
commit c6bf44d3c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -246,7 +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 `when` attribute,
You can change this behavior by setting the `on_failure` attribute to `continue`. Refer to [Failure Behavior](#failure-behavior) for additional information.
which is covered in detail below.
## Destroy-Time Provisioners

Loading…
Cancel
Save