Merge pull request #32250 from stefkiourk/patch-2

Grammar and syntax fixes in import.mdx
This commit is contained in:
Craig Wright
2022-11-18 17:00:59 -08:00
committed by GitHub

View File

@@ -7,8 +7,8 @@ description: >-
# Import Existing Resources
Terraform is able to import existing infrastructure. This allows you take
resources you've created by some other means and bring it under Terraform management.
Terraform is able to import existing infrastructure. This allows you to take
resources you have created by some other means and bring them under Terraform management.
To learn more about this, please visit the
[pages dedicated to import](/cli/import).