Mitchell Hashimoto
|
9ccc8aebf1
|
website: update getting started guide for TF 0.3 features
|
2014-10-13 11:57:43 -07:00 |
Ben Smith
|
597a3bfddd
|
small typo
|
2014-09-09 14:29:05 -07:00 |
Mitchell Hashimoto
|
d332e7680e
|
Merge pull request #256 from jlund/use-cases-updates
website: Fix some typos and grammar mistakes in the website's Use Cases section
|
2014-09-07 16:08:08 -07:00 |
Mitchell Hashimoto
|
73de250d5f
|
Merge pull request #257 from jlund/versus-updates
website: Cleanup of the 'Terraform vs. Custom Solutions' section
|
2014-09-07 16:07:44 -07:00 |
Jack Pearkes
|
2cb7ab29e5
|
website: fix two tier AWS example to work with HCL
see #261
|
2014-09-03 10:22:58 -04:00 |
Joshua Lund
|
280875774f
|
Cleanup of the 'Terraform vs. Custom Solutions' section.
|
2014-09-02 12:29:22 -06:00 |
Joshua Lund
|
494730359b
|
Fix some typos and grammar mistakes in the website's Use Cases section.
|
2014-09-02 11:38:30 -06:00 |
Mitchell Hashimoto
|
3cf4f57fe8
|
website: update docs for new mappings format
|
2014-08-30 16:20:45 -07:00 |
Alek Storm
|
697ba0ee99
|
Document that variable files can also be JSON, and clarify that terraform.tfvars is searched for in the *current* directory
|
2014-08-12 10:25:20 -07:00 |
Armon Dadgar
|
55402f5f3e
|
Merge pull request #101 from catsby/doc_update
website: Fix typo probably
|
2014-07-29 23:46:43 -07:00 |
Mitchell Hashimoto
|
263dc11873
|
website: fix typo in use cases
|
2014-07-29 23:10:30 -07:00 |
Clint Shryock
|
8c7772885b
|
Fix typo probably
|
2014-07-29 22:21:59 -05:00 |
scottsuch
|
ea0ef2d31e
|
Removes duplicate 'a'
|
2014-07-29 11:31:28 -04:00 |
Jack Pearkes
|
21030db30e
|
Merge pull request #78 from borgified/website_typos
Website typos
|
2014-07-29 10:44:29 -04:00 |
Jack Pearkes
|
65beb27825
|
Merge pull request #80 from zyegfryed/patch-1
Typo
|
2014-07-29 10:40:30 -04:00 |
Sébastien Fievet
|
6e38cab094
|
Typo
|
2014-07-29 12:23:25 +02:00 |
Sébastien Fievet
|
f08c03cdcc
|
Typo
|
2014-07-29 11:47:53 +02: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 |
Cem Ezberci
|
ff0889461d
|
Fix typo
|
2014-07-28 22:27:41 -07:00 |
Ryan Nielson
|
1cfa02ef6f
|
Fixed a small typo on Use Cases page
|
2014-07-28 22:17:02 -03:00 |
Oge Nnadi
|
62bb6652d2
|
Typo fix
|
2014-07-28 20:09:25 -04:00 |
Andrew Clay Shafer
|
8f3c0475a9
|
fix typos
fix 'independently' and 'separation'
|
2014-07-28 17:12:18 -06:00 |
Andrew Clay Shafer
|
733003f593
|
fix misspelling in use-cases.html.markdown
fixed 'dependencies'
|
2014-07-28 17:09:14 -06:00 |
Armon Dadgar
|
77071e4e9d
|
website: typo. Fixes #68
|
2014-07-28 18:47:37 -04:00 |
Fwiffo
|
96b476cd56
|
getting started guide link was broken
before: /intro/getting-started.html
after : /intro/getting-started/install.html
just assumed that's what you meant to use
|
2014-07-28 15:27:31 -07:00 |
Jamie Alessio
|
3e844301c5
|
Fixing incorrect use of "it's" in docs.
|
2014-07-28 13:09:32 -07:00 |
darron froese
|
1df50620d2
|
Fix what needs to be on the command line.
The information wasn't shown unless I put the path in directly.
|
2014-07-28 11:48:11 -07:00 |
Jack Pearkes
|
1242cdb9df
|
Merge pull request #43 from TheDude05/fix-vs-typo
Fix typo in vs custom page
|
2014-07-28 14:39:46 -04:00 |
Andrew Williams
|
c7f5b9a019
|
Fix typo
|
2014-07-28 13:37:33 -05:00 |
Armon Dadgar
|
b4536e32ef
|
website: typo
|
2014-07-28 14:36:02 -04:00 |
Mitchell Hashimoto
|
d28e5a1638
|
dos2unix
|
2014-07-28 10:43:00 -07:00 |
Jack Pearkes
|
0828e0528d
|
website: fix examples spacing issue
|
2014-07-28 12:35:49 -04:00 |
Jack Pearkes
|
1323870c10
|
website: add count example
|
2014-07-28 12:30:49 -04:00 |
Jack Pearkes
|
df56dc25a8
|
website: add command to consul example
|
2014-07-28 12:14:12 -04:00 |
Jack Pearkes
|
8a4a5f2067
|
website: describe domain in cross provider example
|
2014-07-28 12:12:34 -04:00 |
Jack Pearkes
|
507a7cdf84
|
website: add cross-provider example
|
2014-07-28 12:08:52 -04:00 |
Jack Pearkes
|
80b6640e67
|
website: move key vars out of AWS confiuration
|
2014-07-28 11:28:45 -04:00 |
Jack Pearkes
|
98765f0de7
|
website: best practices for aws example
|
2014-07-28 11:11:40 -04:00 |
Jack Pearkes
|
c7d71da885
|
website: fix aws example
|
2014-07-27 21:26:44 -04:00 |
Jack Pearkes
|
a16b34e4d6
|
website: add AWS example
|
2014-07-27 21:23:42 -04:00 |
Armon Dadgar
|
fcb1a36bbc
|
website: Consul example
|
2014-07-27 17:00:21 -04:00 |
Armon Dadgar
|
2a64f56a9a
|
website: next steps links to examples
|
2014-07-27 16:11:31 -04:00 |
Jack Pearkes
|
627b691cf4
|
website: add consul example
|
2014-07-27 16:05:12 -04:00 |
Jack Pearkes
|
84941de974
|
website: add examples, intro button cleanup
|
2014-07-27 16:05:12 -04:00 |
Armon Dadgar
|
a4f7401458
|
website: Copy fixes
|
2014-07-27 15:30:31 -04:00 |
Armon Dadgar
|
5a763e58a3
|
website: copy cleanups
|
2014-07-27 14:51:52 -04:00 |
Armon Dadgar
|
cc6e7f12e8
|
website: vs pages
|
2014-07-25 12:53:06 -04:00 |
Armon Dadgar
|
0850e5691c
|
website: vs page
|
2014-07-25 10:51:30 -04:00 |
Armon Dadgar
|
a42661004d
|
website: use cases
|
2014-07-25 10:45:56 -04:00 |
Armon Dadgar
|
db464a0e83
|
website: Documenting use cases
|
2014-07-25 00:11:36 -04:00 |