terraform/builtin/providers/heroku
Mitchell Hashimoto 9599861350 Merge pull request #1006 from smp-labs/proper_heroku_config_vars_type
providers/heroku: heroku returns config_vars for addon as string array.
2015-02-23 13:59:10 -08: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 The type returned from heroku API is a string array, while our schema says []map[string]interface{}. 2015-02-19 10:31:04 +01:00
resource_heroku_addon_test.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
resource_heroku_app.go builtin/providers/heroku: vet fix 2014-12-17 12:58:12 +01:00
resource_heroku_app_test.go Fixed tests and updated the provider schema to use a DefaultFunc 2014-11-19 14:25:18 +01:00
resource_heroku_cert.go Heroku SSL support: fixes after code review of @svanharmelen 2014-12-15 15:10:59 +01:00
resource_heroku_cert_test.go fmt 2015-02-20 10:22:26 -08:00
resource_heroku_domain.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
resource_heroku_domain_test.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
resource_heroku_drain.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
resource_heroku_drain_test.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00