Skip to content

Commit b945d1e

Browse files
author
Kirill Shirinkin
committed
Update docs
1 parent b05e36a commit b945d1e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

website/source/docs/commands/output.html.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ current directory for the state file to query.
2121
The command-line flags are all optional. The list of available flags are:
2222

2323
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".
24-
24+
* `-module=module_name` - The module path which has needed output.
25+
By default this is the root path. Other modules can be specified by
26+
a period-separated list. Example: "foo" would reference the module
27+
"foo" but "foo.bar" would reference the "bar" module in the "foo"
28+
module.

0 commit comments

Comments
 (0)