From f2552e502ab5b0f1a8a613741b67c3b27668b499 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:21:10 -0400 Subject: [PATCH] Update metadata on graph command page --- website/docs/cli/commands/graph.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/commands/graph.html.md b/website/docs/cli/commands/graph.html.md index dea3d441b..5aeb0cf47 100644 --- a/website/docs/cli/commands/graph.html.md +++ b/website/docs/cli/commands/graph.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Command: graph" sidebar_current: "docs-commands-graph" -description: |- - The `terraform graph` command is used to generate a visual representation of either a configuration or execution plan. The output is in the DOT format, which can be used by GraphViz to generate charts. +description: "terraform graph generates a visual representation of a configuration or execution plan that you can use to generate charts." --- # Command: graph