Remove irrelevant link to github issue

Per https://github.com/hashicorp/terraform/pull/36666, this link is more confusing than it is beneficial.
pull/36668/head
Craig Wright 1 year ago committed by GitHub
parent 9646c3dc48
commit fbec1f94c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,7 +55,7 @@ The arguments available within a `lifecycle` block are `create_before_destroy`,
to `false` on resource B because that would imply dependency cycles in the graph.
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.
is set to `true`.
* `prevent_destroy` (bool) - This meta-argument, when set to `true`, will
cause Terraform to reject with an error any plan that would destroy the

Loading…
Cancel
Save