Skip to content

Commit 2e18a17

Browse files
Update content/terraform/v1.13.x/docs/language/meta-arguments/lifecycle.mdx
1 parent 6bf58ef commit 2e18a17

File tree

1 file changed

+3
-0
lines changed
  • content/terraform/v1.13.x/docs/language/meta-arguments

1 file changed

+3
-0
lines changed

content/terraform/v1.13.x/docs/language/meta-arguments/lifecycle.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ All `lifecycle` settings affect how Terraform constructs and traverses
2020
the dependency graph. As a result, only literal values can be used because
2121
the processing happens too early for arbitrary expression evaluation.
2222

23+
Support for each lifecycle rule varies across Terraform configuration blocks. Refer to the reference documentation for the Terraform block you are adding to your configuration for details.
24+
25+
Depending on the block you are configuring, you may be able to use one or more of the following rules.
2326
### `create_before_destroy`
2427

2528
By default, when Terraform must change a resource argument that cannot be updated in-place due to remote API limitations, Terraform destroys the existing object and then create a new replacement object with the new configured arguments. Use the `create_before_destroy` rule to instruct Terraform to create a replacement resource before destroying the current resource.

0 commit comments

Comments
 (0)