From b945d1ee0ba3fbb132f323324697b38b2aade3eb Mon Sep 17 00:00:00 2001 From: Kirill Shirinkin Date: Wed, 27 May 2015 17:11:31 +0200 Subject: [PATCH] Update docs --- website/source/docs/commands/output.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/commands/output.html.markdown b/website/source/docs/commands/output.html.markdown index ac1ab5a23..f1a70394e 100644 --- a/website/source/docs/commands/output.html.markdown +++ b/website/source/docs/commands/output.html.markdown @@ -21,4 +21,8 @@ current directory for the state file to query. The command-line flags are all optional. The list of available flags are: * `-state=path` - Path to the state file. Defaults to "terraform.tfstate". - +* `-module=module_name` - The module path which has needed output. + By default this is the root path. Other modules can be specified by + a period-separated list. Example: "foo" would reference the module + "foo" but "foo.bar" would reference the "bar" module in the "foo" + module.