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

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

View File

@ -9,8 +9,7 @@ description: The `terraform import` command is used to import existing infrastru
The `terraform import` command is used to import existing infrastructure. The `terraform import` command is used to import existing infrastructure.
The command can only import one resource at a time. This means 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.
you cannnot import an entire collection of resources such as an AWS VPC at one time.
~> Warning: Terraform expects that each remote object it is managing will be ~> Warning: Terraform expects that each remote object it is managing will be
bound to only one resource address, which is normally guaranteed by Terraform bound to only one resource address, which is normally guaranteed by Terraform