From 8fbacf7261b846dfeb7703e7f28dfaf9100bcf5b Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 23 Feb 2016 20:02:36 -0500 Subject: [PATCH] Fix -module-depth typo The module depth parameter had an equal sign instead of a dash in the name. --- website/source/docs/configuration/environment-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/environment-variables.html.md b/website/source/docs/configuration/environment-variables.html.md index d2d2751fc..8182f6907 100644 --- a/website/source/docs/configuration/environment-variables.html.md +++ b/website/source/docs/configuration/environment-variables.html.md @@ -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