mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 14:44:11 -06:00
Add missing word (#11432)
This commit is contained in:
parent
cb4ffd4662
commit
cba9d3d2ec
@ -41,7 +41,7 @@ must keep track of metadata such as dependencies.
|
|||||||
|
|
||||||
Terraform typically uses the configuration to determine dependency order.
|
Terraform typically uses the configuration to determine dependency order.
|
||||||
However, when you delete a resource from a Terraform configuration, Terraform
|
However, when you delete a resource from a Terraform configuration, Terraform
|
||||||
must know to delete that resource. Terraform can see that a mapping exists
|
must know how to delete that resource. Terraform can see that a mapping exists
|
||||||
for a resource not in your configuration and plan to destroy. However, since
|
for a resource not in your configuration and plan to destroy. However, since
|
||||||
the configuration no longer exists, it no longer knows the proper destruction
|
the configuration no longer exists, it no longer knows the proper destruction
|
||||||
order.
|
order.
|
||||||
|
Loading…
Reference in New Issue
Block a user