Commit Graph

21 Commits

Author SHA1 Message Date
Gabriel Sobrinho
456fc37449 Fix typo on heroku_cert example 2015-08-14 18:56:57 -03:00
Justin Campbell
9b3826cf36 providers/heroku: Add heroku-postgres to example 2015-03-31 18:48:09 -07:00
Justin Campbell
6d3425f961 providers/heroku: Document environment variables 2015-03-31 15:51:22 -07:00
Justin Campbell
ad19adfdc0 providers/heroku: Add region to example
...since it's required
2015-03-31 15:50:57 -07:00
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
Emil Hessman
28d39cd0bc website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
Jakub Janczak
3c0e9970e5 Heroku SSL certificate support added 2014-12-15 12:21:47 +01:00
Seth Vargo
073a0f76c5 Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Mitchell Hashimoto
afec1e907b website: update docs for Heorku change 2014-10-20 23:17:44 -07:00
Clint Shryock
8b45abc1b2 document the organization field 2014-10-14 15:50:10 -05:00
Mitchell Hashimoto
d8cc32b49f providers/heroku: all_config_vars for reading 2014-08-27 16:35:15 -07:00
Mitchell Hashimoto
0a03ff9d34 providers/heroku: config vars aren't computed, they're non-exclusive
/cc @pearkes - See doc change
2014-08-27 16:26:03 -07:00
Jack Pearkes
02d18d67b8 providers/heroku: name and region are now required
cc/ @catsby if you're curious. That fixed the acceptance tests,
thought there is still one (different issue) that is still failing.

Also, it nows construct a transport instead of using the default
and setting the auth globally. TF could potentially run things
concurrently and that might go wrong.
2014-08-27 16:06:43 -07:00
Alex Gaynor
46154ca1d3 Fixed a ton of typos in docs and comments 2014-08-07 00:19:56 -07:00
Jack Pearkes
7966af0d4e website: fix drain docs formatting 2014-07-29 19:24:02 -04:00
Jack Pearkes
be0020b7fc website: add heroku drain
cc/ @bmarini
2014-07-29 19:20:54 -04: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
Jack Pearkes
37f4e28a4f website: improve heroku docs 2014-07-24 23:30:59 -04:00
Armon Dadgar
561ffc16b3 website: Document Heroku 2014-07-24 11:18:00 -04:00
Armon Dadgar
6ba042a8f5 website: Adding heroku framework 2014-07-24 11:05:37 -04:00