mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Remove future-facing statements
This commit is contained in:
@@ -49,8 +49,8 @@ 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.
|
||||
|
||||
Destroy provisioners of this resource will not run if `create_before_destroy`
|
||||
is set to `true`. We may address this in the future, and this [GitHub issue](https://github.com/hashicorp/terraform/issues/13549) contains more details.
|
||||
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.
|
||||
|
||||
* `prevent_destroy` (bool) - This meta-argument, when set to `true`, will
|
||||
cause Terraform to reject with an error any plan that would destroy the
|
||||
|
||||
Reference in New Issue
Block a user