Skip to content

Commit f58eda3

Browse files
committed
fix bad links in usage
1 parent 8730c04 commit f58eda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/terraform/v1.14.x (alpha)/docs/language/import/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ When you need to identify and import large sets of infrastructure resources, you
2121

2222
The workflow for importing single resources or small batches of resources works best when you can easily access unique infrastructure resource IDs and other attributes from your cloud provider. In this workflow, manually write `import` and `resource` blocks and run the `terraform apply` command to import the resources.
2323

24-
Alternatively, you can write only the `import` block and run the `terraform apply` command with the `generate-config` flag to generate the `resource` blocks. Refer to [Import a single resource](/terraform/language/import/single) for more information.
24+
Alternatively, you can write only the `import` block and run the `terraform apply` command with the `generate-config` flag to generate the `resource` blocks. Refer to [Import a single resource](/terraform/language/import/single-resource) for more information.

content/terraform/v1.14.x (alpha)/docs/language/import/single-resource.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ page_title: Import existing resources into Terraform state
33
description: Learn how to import existing resources into Terraform state so that you can manage them as code
44
---
55

6-
# Import an existing resource
6+
# Import a single resource
77

88
You can import existing infrastructure resources into your Terraform state so that you can begin managing them using Terraform. This page describes how to write Terraform configuration for importing resources, which lets you import multiple resources at the same time and review the import as part of your Terraform workflow.
99

0 commit comments

Comments
 (0)