From 349c80b50c242facd8a1921517f00fcaf42fa097 Mon Sep 17 00:00:00 2001 From: KryptoBlack Date: Thu, 14 Dec 2023 10:38:53 +0530 Subject: [PATCH] refact: removed ambiguous reference from purpose of terraform state --- website/docs/language/state/purpose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/purpose.mdx b/website/docs/language/state/purpose.mdx index 681e996385..c43b4dd5d9 100644 --- a/website/docs/language/state/purpose.mdx +++ b/website/docs/language/state/purpose.mdx @@ -59,7 +59,7 @@ of dependencies within the state. Now Terraform can still determine the correct order for destruction from the state when you delete one or more items from the configuration. -One way to avoid this would be for Terraform to know a required ordering +Another way would be for Terraform to know a required ordering between resource types. For example, Terraform could know that servers must be deleted before the subnets they are a part of. The complexity for this approach quickly explodes, however: in addition to Terraform having to understand the