gamename
c6b350b98e
docs(variables): describe order of evaluation with files
2016-03-01 17:08:57 -06:00
Paul Hinze
e67fc0fe9b
command: Change module-depth default to -1
...
This means that terraform commands like `plan`, `apply`, `show`, and
`graph` will expand all modules by default.
While modules-as-black-boxes is still very true in the conceptual design
of modules, feedback on this behavior has consistently suggested that
users would prefer to see more verbose output by default.
The `-module-depth` flag and env var are retained to allow output to be
optionally limited / summarized by these commands.
2016-01-20 13:58:02 -06:00
Paul Hinze
374070d066
website: docs for parallelism setting
...
/cc @stack72 @knuckolls @mitchellh
2015-10-05 17:21:29 -05:00
Ryan Uber
4df04e0878
website: document detailed exit codes for plan
2015-04-01 09:49:36 -07:00
Paul Hinze
91a3d22a9f
docs: resource addressing
2015-03-31 18:48:54 -05:00
Paul Hinze
23d005b0e8
core: docs for targeted operations
2015-03-31 14:49:38 -05:00
Armon Dadgar
5f35c7852f
website: Update CLI flags for existing commands
2014-12-10 13:27:11 -08:00
Seth Vargo
073a0f76c5
Add meta descriptions to all pages
2014-10-21 23:21:56 -04:00
Alex Gaynor
46154ca1d3
Fixed a ton of typos in docs and comments
2014-08-07 00:19:56 -07:00
borgified
b5590ee6da
spellchecked all the *.markdown
...
ran this command:
find . -iname *.markdown -type f -exec aspell check {} \;
and manually checked each problem that aspell found
2014-07-28 23:51:24 -07:00
Armon Dadgar
8fbcd65eb1
website: Document the -backup flag
2014-07-27 23:40:18 -04:00
Mitchell Hashimoto
a03af7809c
website: warning that plan files are insecure
2014-07-25 21:42:06 -07:00
Armon Dadgar
890178e655
website: document plan
2014-07-24 18:57:46 -04:00