Skip to content

Commit 6b8d389

Browse files
author
Petros Kolyvas
authored
Merge pull request hashicorp#25428 from hashicorp/rln-add-import-guide-link
Add link to new Terraform Import guide on learn platform
2 parents 098428d + 30779a3 commit 6b8d389

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

website/docs/import/index.html.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ imported object will be mapped.
3030

3131
While this may seem tedious, it still gives Terraform users an avenue for
3232
importing existing resources.
33+
34+
You can follow the [Terraform Import guide](https://learn.hashicorp.com/terraform/state/import?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) on HashiCorp learn for a hands-on
35+
introduction to using the `terraform import` command.

website/docs/import/usage.html.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ not done, Terraform will plan to destroy the imported objects on the next run.
7474

7575
If you want to rename or otherwise move the imported resources, the
7676
[state management commands](/docs/commands/state/index.html) can be used.
77+
78+
You can also follow the [Terraform Import guide](https://learn.hashicorp.com/terraform/state/import?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) on HashiCorp learn for a hands-on
79+
introduction to using the `terraform import` command.

0 commit comments

Comments
 (0)