Update website/docs/cli/import/usage.mdx

This commit is contained in:
Laura Pacilio 2022-08-24 18:41:39 -04:00 committed by GitHub
parent 46a40cb44a
commit c7b2843539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ description: The `terraform import` command is used to import existing infrastru
> **Hands-on:** Try the [Import Terraform Configuration](https://learn.hashicorp.com/tutorials/terraform/state-import?in=terraform/state&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn.
The `terraform import` command is used to import existing infrastructure.
Use the `terraform import` command to import existing infrastructure to Terraform state.
The `terraform import` command can only import one resource at a time. It cannot simultaneously import an entire collection of resources, like an AWS VPC.