clint shryock
f583394e6f
provider/heroku: document how to import an addon
2017-05-24 14:26:37 -05:00
tombuildsstuff
21af9995e9
Fixing some broken links
2017-05-11 13:55:29 +03:00
Justin Campbell
ccb1b7ebec
website: Add docs for Heroku Pipeline resources
2017-05-01 10:15:08 -04:00
clint shryock
d6560b96d7
provider/heroku: Update docs to include heroku-app-feature
2017-04-27 09:59:54 -05:00
Dan Peterson
e495c6bacc
providers/heroku: add heroku_app_feature resource ( #14035 )
2017-04-27 09:55:07 -05:00
Jake Champlin
22ed31c7a6
Merge pull request #13921 from bernerdschaefer/bs-create-space
...
providers/heroku: add heroku_space resource
2017-04-25 18:43:42 -04:00
Bernerd Schaefer
26d6a562f1
Use // for inline comments
2017-04-25 15:27:01 -07:00
Bernerd Schaefer
c55a4b3a51
Merge branch 'master' into bs-heroku-app-space
2017-04-25 11:04:13 -07:00
Bernerd Schaefer
81e8db56f0
Fix typo in docs
2017-04-24 17:50:52 -07:00
Bernerd Schaefer
de54855f63
Website
2017-04-24 17:42:54 -07:00
Bernerd Schaefer
acdb5c659a
provider/heroku: set app buildpacks from config
...
Many apps deployed to Heroku require that multiple buildpacks be
configured in a particular order to operate correctly.
This updates the builtin Heroku provider's app resource to support
configuring buildpacks and the related documentation in the website.
Similar to config vars, externally set buildpacks will not be altered if
the config is not set.
2017-04-24 11:40:29 -07:00
Bernerd Schaefer
7dd598baac
Document `space`
2017-04-21 14:28:35 -07:00
Max Riveiro
137fcfb5de
Massively add HCL source tag in docs Markdown files
...
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2017-04-17 13:17:54 +03:00
George Christou
61277c0dbd
website/docs: Run `terraform fmt` on code examples ( #12075 )
...
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
2017-02-19 00:48:50 +02:00
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