Commit Graph

60 Commits

Author SHA1 Message Date
Mitchell Hashimoto
577e2420b0 Revert "docs: consistent use of array configuration syntax"
This reverts commit 4893eb8b55.
2015-01-14 09:28:25 -08:00
Emil Hessman
4893eb8b55 docs: consistent use of array configuration syntax
The Terraform configuration syntax defines what arrays are.
Use the word array consistently throughout the documentation
instead of list.

The corresponding JSON datatype is called array as well, and
since the Terraform configuration syntax is interoperable with
JSON it makes sense to use the term array to describe them.
2015-01-13 06:59:12 +01:00
Seth Vargo
073a0f76c5 Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Armon Dadgar
fc324464b8 website: Fixing typo 2014-09-30 11:41:58 -07:00
Tushar Pokle
7ff36710a6 Fixed example
The cat should actually be an echo if you want to write the IP address to a file
2014-07-30 21:56:02 +10: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
10383cfc67 website: Change local-exec example 2014-07-27 15:41:08 -04:00
Armon Dadgar
e2aeacc8d2 website: Fixing typo 2014-07-24 14:40:34 -04:00
Armon Dadgar
ae1fc27cc0 website: AWS Provider 2014-07-23 15:14:35 -04:00
Armon Dadgar
93caf16b4c website: Document provisioners 2014-07-23 12:40:19 -04:00