From 46a40cb44ac3e27d3526ba152367cecf7fbc9bc2 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:40:20 -0400 Subject: [PATCH] Update website/docs/cli/import/usage.mdx --- website/docs/cli/import/usage.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/import/usage.mdx b/website/docs/cli/import/usage.mdx index 341d8e5242..f98ec8e79f 100644 --- a/website/docs/cli/import/usage.mdx +++ b/website/docs/cli/import/usage.mdx @@ -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 command can only import one resource at a time. This means -you cannnot import an entire collection of resources such as an AWS VPC at one time. +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. ~> Warning: Terraform expects that each remote object it is managing will be bound to only one resource address, which is normally guaranteed by Terraform