website: Update options for graph command

'legacy' doesn't seem to be a thing anymore, and we were missing some
of the other values for -type. Also -no-color doesn't seem to be
relevant to this command.
This commit is contained in:
Nick Fagerlund 2019-03-21 16:44:00 -07:00 committed by Nick Fagerlund
parent b61e50be13
commit 740aff3899
1 changed files with 3 additions and 4 deletions

View File

@ -37,11 +37,10 @@ Options:
This helps when diagnosing cycle errors.
* `-module-depth=n` - Specifies the depth of modules to show in the output.
By default this is -1, which will expand all.
By default this is `-1`, which will expand all.
* `-no-color` - If specified, output won't contain any color.
* `-type=plan` - Type of graph to output. Can be: plan, plan-destroy, apply, legacy.
* `-type=plan` - Type of graph to output. Can be: `plan`, `plan-destroy`, `apply`,
`validate`, `input`, `refresh`.
## Generating Images