Commit Graph

9 Commits

Author SHA1 Message Date
Seth Vargo
4ef2fe41ba Fix a typo in the output command examples 2016-09-13 11:31:51 +01:00
Seth Vargo
988b0325a1 Add more output grammar and CLI examples 2016-08-21 15:17:31 -04:00
Cameron Stokes
25b49dfd51 docs/commands: clarify -state w/ remote state (#8015) 2016-08-08 12:59:28 +12:00
Paul Hinze
d50aeeef0d website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
James Nugent
b4048dfc1d core: Add -json flag to terraform output
This commit removes the ability to index into complex output types using
`terraform output a_list 1` (for example), and adds a `-json` flag to
the `terraform output` command, such that the output can be piped
through a post-processor such as jq or json. This removes the need to
allow arbitrary traversal of nested structures.

It also adds tests of human readable ("normal") output with nested lists
and maps, and of the new JSON output.
2016-07-13 10:42:55 -06:00
Kirill Shirinkin
b945d1ee0b Update docs 2015-05-27 17:11:31 +02:00
Dave Dash
5eb216226b Update output.html.markdown 2014-11-20 23:00:02 -08:00
Seth Vargo
073a0f76c5 Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Armon Dadgar
9727916cdf website: more docs 2014-07-24 18:57:47 -04:00