We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05e36a commit b945d1eCopy full SHA for b945d1e
1 file changed
website/source/docs/commands/output.html.markdown
@@ -21,4 +21,8 @@ current directory for the state file to query.
21
The command-line flags are all optional. The list of available flags are:
22
23
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".
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