mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/language/meta-arguments/lifecycle.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
1287ad46a1
commit
06c6532681
@ -49,7 +49,7 @@ The arguments available within a `lifecycle` block are `create_before_destroy`,
|
||||
such features, so you must understand the constraints for each resource
|
||||
type before using `create_before_destroy` with it.
|
||||
|
||||
Note that Terraform propagates and applies `create_before_destroy` meta-attribute
|
||||
Note that Terraform propagates and applies the `create_before_destroy` meta-attribute
|
||||
behaviour to all resource dependencies. For example, if resource A with enabled
|
||||
`create_before_destroy` depends on resource B with disabled `create_before_destroy`
|
||||
(by default), then Terraform enables `create_before_destroy` for resource B
|
||||
|
Loading…
Reference in New Issue
Block a user