Update metadata on graph command page

This commit is contained in:
Laura Pacilio 2021-07-30 11:21:10 -04:00
parent 58bc29b61b
commit f2552e502a
1 changed files with 1 additions and 2 deletions

View File

@ -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