Wrong reference

I think line 249 is meaning to reference to the "when" functionality, not the "on_failure" functionality.
pull/35092/head
Felix 2 years ago committed by GitHub
parent 3a1c70d4fa
commit 9cf790ce6a
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 `on_failure` attribute,
You can change this behavior by setting the `when` attribute,
which is covered in detail below.
## Destroy-Time Provisioners

Loading…
Cancel
Save