terraform/builtin/providers/heroku
Sander van Harmelen 2ba8dc38fa Switch to go-multierror
It seems there are 4 locations left that use the `helper/multierror`
package, where the rest is TF settled on the `hashicorp/go-multierror`
package.

Functionally this doesn’t change anything, so I suggest to delete the
builtin version as it can only cause confusion (both packages have the
same name, but are still different types according to Go’s type system.
2015-09-27 18:58:48 -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 provider/heroku: fix config_vars in addons 2015-05-07 09:11:31 -05:00
resource_heroku_addon_test.go providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
resource_heroku_app.go Switch to go-multierror 2015-09-27 18:58:48 -07: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