Skip to content

Commit

Permalink
Merge pull request #31689 from hashicorp/backport/remove-future-state…
Browse files Browse the repository at this point in the history
…ment-import/briefly-viable-glowworm

Backport of Remove future-facing statement from import page into v1.2
  • Loading branch information
laurapacilio committed Aug 25, 2022
2 parents dceb580 + 4e276bc commit c04e16e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions website/docs/cli/import/usage.mdx
Expand Up @@ -7,12 +7,9 @@ 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 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 `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
Expand Down

0 comments on commit c04e16e

Please sign in to comment.