From cd1cc9fc792d2e68bd32de0a7639ccecd2021298 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Mon, 29 Jun 2020 10:38:46 -0500 Subject: [PATCH] Add link to new Terraform Import guide on learn platform --- website/docs/import/index.html.md | 3 +++ 1 file changed, 3 insertions(+) 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.