From 2f287b41dedba0bbe16251b91f0a5949b65ea69d Mon Sep 17 00:00:00 2001 From: Rachel Sharp Date: Mon, 22 Feb 2021 11:39:18 -0500 Subject: [PATCH] Add State Learn tutorial to State docs --- website/docs/cli/state/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/cli/state/index.html.md b/website/docs/cli/state/index.html.md index 8448de795..bb8b46f20 100644 --- a/website/docs/cli/state/index.html.md +++ b/website/docs/cli/state/index.html.md @@ -5,6 +5,8 @@ page_title: "Manipulating State - Terraform CLI" # Manipulating Terraform State +> **Hands-on:** Try the [Manage Resources in Terraform State](https://learn.hashicorp.com/tutorials/terraform/state-cli?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. + Terraform uses [state data](/docs/language/state/index.html) to remember which real-world object corresponds to each resource in the configuration; this allows it to modify an existing object when its resource declaration