Add link to usage as well

This commit is contained in:
Robin Norwood 2020-06-29 10:44:07 -05:00
parent cd1cc9fc79
commit 30779a384f
1 changed files with 3 additions and 0 deletions

View File

@ -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.