diff --git a/website/docs/import/index.html.md b/website/docs/import/index.html.md index 85f90bc17..4ca58fd61 100644 --- a/website/docs/import/index.html.md +++ b/website/docs/import/index.html.md @@ -30,3 +30,6 @@ imported object will be mapped. While this may seem tedious, it still gives Terraform users an avenue for importing existing resources. + +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 +introduction to using the `terraform import` command. diff --git a/website/docs/import/usage.html.md b/website/docs/import/usage.html.md index 37a75105b..f7b3b6f11 100644 --- a/website/docs/import/usage.html.md +++ b/website/docs/import/usage.html.md @@ -74,3 +74,6 @@ not done, Terraform will plan to destroy the imported objects on the next run. If you want to rename or otherwise move the imported resources, the [state management commands](/docs/commands/state/index.html) can be used. + +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 +introduction to using the `terraform import` command.