mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update purpose.mdx
updated the document as per suggestion by Craig.
This commit is contained in:
parent
0b178d5867
commit
149e5abe37
@ -35,8 +35,8 @@ support tags.
|
||||
Therefore, for mapping configuration to resources in the real world,
|
||||
Terraform uses its own state structure.
|
||||
|
||||
Terraform expects that each remote object on the provider is bound to only one resource
|
||||
instance in the configuration, which is normally guaranteed since Terraform is responsible for
|
||||
Terraform expects that each remote object is bound to only one resource
|
||||
instance in the configuration, which is normally guaranteed by Terraform since Terraform is responsible for
|
||||
creating the objects and recording their identities in the state. If you
|
||||
instead import objects that were created outside of Terraform, you'll need
|
||||
to check yourself that each distinct object is imported to only one resource
|
||||
|
Loading…
Reference in New Issue
Block a user