From 733655ef039e12c7ce9c970fe9bad11ebcc9227c Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:30:01 -0400 Subject: [PATCH] Add description metadata to manipulating state overview page --- website/docs/cli/state/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/cli/state/index.html.md b/website/docs/cli/state/index.html.md index bb8b46f203..aec21c3317 100644 --- a/website/docs/cli/state/index.html.md +++ b/website/docs/cli/state/index.html.md @@ -1,6 +1,7 @@ --- layout: "docs" page_title: "Manipulating State - Terraform CLI" +description: "State data tracks which real-world object corresponds to each resource in the configuration. You can inspect state, move or import resources, and more." --- # Manipulating Terraform State