From f0796733c7a42ac44142ac38a36e82921f761856 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:23:52 -0400 Subject: [PATCH] Update page metadata for plan command --- website/docs/cli/commands/plan.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index 0affac7170..ca79ea76fa 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Command: plan" sidebar_current: "docs-commands-plan" -description: |- - The terraform plan command creates an execution plan. +description: "`plan` creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." --- # Command: plan