Skip to content

Commit 8fbacf7

Browse files
committed
Fix -module-depth typo
The module depth parameter had an equal sign instead of a dash in the name.
1 parent e1e39ee commit 8fbacf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/configuration/environment-variables.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export TF_INPUT=0
4444

4545
## TF_MODULE_DEPTH
4646

47-
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.
47+
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.
4848

4949
```
5050
export TF_MODULE_DEPTH=0

0 commit comments

Comments
 (0)