Skip to content

Commit 3023b62

Browse files
authored
backport of commit fbec1f9
1 parent cafa063 commit 3023b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/language/meta-arguments/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The arguments available within a `lifecycle` block are `create_before_destroy`,
5555
to `false` on resource B because that would imply dependency cycles in the graph.
5656

5757
Destroy provisioners of this resource do not run if `create_before_destroy`
58-
is set to `true`. This [GitHub issue](https://github.com/hashicorp/terraform/issues/13549) contains more details.
58+
is set to `true`.
5959

6060
* `prevent_destroy` (bool) - This meta-argument, when set to `true`, will
6161
cause Terraform to reject with an error any plan that would destroy the

0 commit comments

Comments
 (0)