From 70740e9493b4e8d0f65e85a14072ea867d580a3c Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:13:47 -0500 Subject: [PATCH] Add tutorial to moving resources page --- website/docs/cli/state/move.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/cli/state/move.html.md b/website/docs/cli/state/move.html.md index 4eb654fd3..c507aa0ef 100644 --- a/website/docs/cli/state/move.html.md +++ b/website/docs/cli/state/move.html.md @@ -25,6 +25,8 @@ resource. real-world object. Use this to preserve an object when renaming a resource, or when moving a resource into or out of a child module. + > **Hands On:** Try the [Use Configuration to Move Resources](https://learn.hashicorp.com/tutorials/terraform/move-config) on HashiCorp Learn. + - [The `terraform state rm` command](/docs/cli/commands/state/rm.html) tells Terraform to stop managing a resource as part of the current working directory and workspace, _without_ destroying the corresponding real-world object. (You