From fbec1f94c0d8f6403f4091c6c6431c2adb370af5 Mon Sep 17 00:00:00 2001 From: Craig Wright Date: Mon, 10 Mar 2025 16:30:49 -0700 Subject: [PATCH] Remove irrelevant link to github issue Per https://github.com/hashicorp/terraform/pull/36666, this link is more confusing than it is beneficial. --- website/docs/language/meta-arguments/lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/meta-arguments/lifecycle.mdx b/website/docs/language/meta-arguments/lifecycle.mdx index 74a6378ee8..b62bb5131f 100644 --- a/website/docs/language/meta-arguments/lifecycle.mdx +++ b/website/docs/language/meta-arguments/lifecycle.mdx @@ -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