From 89da56b93236a8e7844559530d05775ab8c11e34 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:35:39 -0400 Subject: [PATCH] Update usage.mdx --- website/docs/cli/import/usage.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/cli/import/usage.mdx b/website/docs/cli/import/usage.mdx index 7610fa68a6..341d8e5242 100644 --- a/website/docs/cli/import/usage.mdx +++ b/website/docs/cli/import/usage.mdx @@ -9,10 +9,8 @@ description: The `terraform import` command is used to import existing infrastru The `terraform import` command is used to import existing infrastructure. -The command currently can only import one resource at a time. This means -you can't yet point Terraform import to an entire collection of resources -such as an AWS VPC and import all of it. This workflow will be improved in a -future version of Terraform. +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. ~> Warning: Terraform expects that each remote object it is managing will be bound to only one resource address, which is normally guaranteed by Terraform