Update purpose.mdx

updated the document as per suggestion by Craig.
This commit is contained in:
Mukesh Kumar 2022-01-19 12:41:29 +05:30 committed by GitHub
parent 0b178d5867
commit 149e5abe37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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