mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fix -module-depth typo
The module depth parameter had an equal sign instead of a dash in the name.
This commit is contained in:
parent
e1e39eefbc
commit
8fbacf7261
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export TF_INPUT=0
|
|||
|
||||
## TF_MODULE_DEPTH
|
||||
|
||||
When given a value, causes terraform commands to behave as if the `-module=depth=VALUE` flag was specified. By setting this to 0, for example, you enable commands such as [plan](/docs/commands/plan.html) and [graph](/docs/commands/graph.html) to display more compressed information.
|
||||
When given a value, causes terraform commands to behave as if the `-module-depth=VALUE` flag was specified. By setting this to 0, for example, you enable commands such as [plan](/docs/commands/plan.html) and [graph](/docs/commands/graph.html) to display more compressed information.
|
||||
|
||||
```
|
||||
export TF_MODULE_DEPTH=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue