Skip to content

Commit a769fcc

Browse files
crwrkoron007
andauthored
Update website/docs/language/resources/provisioners/syntax.mdx
Co-authored-by: Rose M Koron <[email protected]>
1 parent 66de90a commit a769fcc

File tree

1 file changed

+1
-1
lines changed
  • website/docs/language/resources/provisioners

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ fail, Terraform will error and rerun the provisioners again on the next
282282
`terraform apply`. Due to this behavior, care should be taken for destroy
283283
provisioners to be safe to run multiple times.
284284

285-
~> **Note**: Destroy provisioners of this resource do not run if `create_before_destroy` is set to `true`.
285+
~> **Note**: A resource's destroy-time provisioners do not run if you enable [`create_before_destroy`](/terraform/language/meta-arguments/lifecycle#syntax-and-arguments) on that resource.
286286

287287
Destroy-time provisioners can only run if they remain in the configuration
288288
at the time a resource is destroyed. If a resource block with a destroy-time

0 commit comments

Comments
 (0)