terraform/builtin/providers/heroku
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
..
test-fixtures Heroku SSL certificate support added 2014-12-15 12:21:47 +01:00
config.go Fixed tests and updated the provider schema to use a DefaultFunc 2014-11-19 14:25:18 +01:00
provider.go Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
provider_test.go Fixed tests and updated the provider schema to use a DefaultFunc 2014-11-19 14:25:18 +01:00
resource_heroku_addon.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_addon_test.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_app.go provider/heroku: set app buildpacks from config 2017-04-24 11:40:29 -07:00
resource_heroku_app_test.go provider/heroku: set app buildpacks from config 2017-04-24 11:40:29 -07:00
resource_heroku_cert.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_cert_test.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_domain.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_domain_test.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_drain.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
resource_heroku_drain_test.go Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00