refact: removed ambiguous reference from purpose of terraform state

pull/34409/head
KryptoBlack 2 years ago
parent ebb8b503bc
commit 349c80b50c

@ -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

Loading…
Cancel
Save