Skip to content

Commit 49f1107

Browse files
Apply suggestions from code review
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
1 parent 1864971 commit 49f1107

File tree

1 file changed

+2
-2
lines changed
  • content/terraform-docs-common/docs/cloud-docs/workspaces

1 file changed

+2
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/workspaces/import.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ tfc_only: true
66

77
# Import existing resources to state
88

9-
This topic describes how to search your existing infrastructure for resources so that you can import unmanaged resources to your HCP Terraform workspace in bulk. For instructions on importing single resources or small batches of resources in your configuration, refer to [Import a single resource](/terraform/language/v1.14.x/import/single-resource).
9+
Terraform can search your existing infrastructure for resources to let you import any unmanaged resources to an HCP Terraform workspace in bulk. For instructions on importing single resources or small batches of resources in your configuration, refer to [Import a single resource](/terraform/language/v1.14.x/import/single-resource).
1010

1111
@include 'beta.mdx'
1212

1313
## Overview
1414

15-
You can use search functionality in [UI and VCS-driven](/terraform/cloud-docs/run/ui) and [CLI-driven](/terraform/cloud-docs/run/cli) workspaces. HCP Terraform presents results so that you can use the UI to import the resources and begin managing them as code. Complete the following steps to search for resources and import them into your Terraform state:
15+
You can search for unmanaged resources in [UI and VCS-driven](/terraform/cloud-docs/run/ui) and [CLI-driven](/terraform/cloud-docs/run/cli) workspaces. HCP Terraform presents results so that you can use the UI to import the resources and begin managing them as code. Complete the following steps to search for resources and import them into your Terraform state:
1616

1717
1. **Define queries**: Add `list` blocks to your Terraform configuration. If you are using the VCS-driven workflow, commit this change and push it to the repository associated with your workspace in HCP Terraform. Refer to [Import resources in bulk](/terraform/language/v1.14.x/import/bulk) for more information.
1818
1. **Run the queries**: You can run queries in the HCP Terraform UI or run the Terraform CLI on your local workstation.

0 commit comments

Comments
 (0)