mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
docs: provisioners: fix formatting on a note
The destroy-time provisioner note was formatted as a code block instead of an actual note.
This commit is contained in:
parent
4fd8322802
commit
12c03eb71a
@ -234,10 +234,7 @@ fail, Terraform will error and rerun the provisioners again on the next
|
||||
`terraform apply`. Due to this behavior, care should be taken for destroy
|
||||
provisioners to be safe to run multiple times.
|
||||
|
||||
```
|
||||
Destroy provisioners of this resource do not run if `create_before_destroy`
|
||||
is set to `true`. This [GitHub issue](https://github.com/hashicorp/terraform/issues/13549) contains more details.
|
||||
```
|
||||
~> **NOTE:** Destroy provisioners of this resource do not run if `create_before_destroy` is set to `true`. This [GitHub issue](https://github.com/hashicorp/terraform/issues/13549) contains more details.
|
||||
|
||||
Destroy-time provisioners can only run if they remain in the configuration
|
||||
at the time a resource is destroyed. If a resource block with a destroy-time
|
||||
|
Loading…
Reference in New Issue
Block a user