We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f48ad commit 51ff5cbCopy full SHA for 51ff5cb
1 file changed
command/output.go
@@ -247,7 +247,9 @@ func (c *OutputCommand) Help() string {
247
Usage: terraform output [options] [NAME]
248
249
Reads an output variable from a Terraform state file and prints
250
- the value. If NAME is not specified, all outputs are printed.
+ the value. With no additional arguments, output will display all
251
+ the outputs for the root module. If NAME is not specified, all
252
+ outputs are printed.
253
254
Options:
255
0 commit comments