diff --git a/website/docs/cli/commands/graph.mdx b/website/docs/cli/commands/graph.mdx index d9284ea053..9f59ee564b 100644 --- a/website/docs/cli/commands/graph.mdx +++ b/website/docs/cli/commands/graph.mdx @@ -37,7 +37,7 @@ Options: * `-draw-cycles` - Highlight any cycles in the graph with colored edges. This helps when diagnosing cycle errors. -* `-type=plan` - Type of graph to output. Can be: `plan`, `plan-refresh-only`, `plan-destroy`, `apply` +* `-type=plan` - Type of graph to output. Can be: `plan`, `plan-refresh-only`, `plan-destroy`, or `apply`. * `-module-depth=n` - (deprecated) In prior versions of Terraform, specified the depth of modules to show in the output.