terraform/builtin/providers/heroku
Chris Johnson d1b5eac587 provider/heroku: Fix heroku_cert update of ssl cert (#14240)
* Attempt to write a new test for cert update

Trying to surface this bug with a test:
https://github.com/hashicorp/terraform/issues/5930

* Fix the error

* Fix the test for the update operation

* Break apart tests for EU vs US to cleanse test run

* Refactor Update to more closely match create, increase debug logging

* Reflect differences of EU and US regions via separate tests

* Add comment re: why of test breakout

* Removed the “SetId” as it was unnecessary

* Ensure the SSL Addon has been provisioned
2017-05-10 15:52:55 -05:00
..
test-fixtures provider/heroku: Fix heroku_cert update of ssl cert (#14240) 2017-05-10 15:52:55 -05:00
config.go
import_heroku_app_test.go providers/heroku: import heroku_app resource (#14248) 2017-05-05 22:26:04 +03:00
provider.go provider/heroku: heroku_pipeline_coupling 2017-05-01 10:15:08 -04:00
provider_test.go
resource_heroku_addon.go provider/heroku: Fix heroku_cert update of ssl cert (#14240) 2017-05-10 15:52:55 -05: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 providers/heroku: import heroku_app resource (#14248) 2017-05-05 22:26:04 +03:00
resource_heroku_app_feature.go providers/heroku: use resourceHerokuAppFeature prefix (#14051) 2017-04-27 14:18:55 -05:00
resource_heroku_app_feature_test.go providers/heroku: add heroku_app_feature resource (#14035) 2017-04-27 09:55:07 -05:00
resource_heroku_app_test.go Merge branch 'master' into bs-heroku-app-space 2017-04-25 11:04:13 -07:00
resource_heroku_cert.go provider/heroku: Fix heroku_cert update of ssl cert (#14240) 2017-05-10 15:52:55 -05:00
resource_heroku_cert_test.go provider/heroku: Fix heroku_cert update of ssl cert (#14240) 2017-05-10 15:52:55 -05: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
resource_heroku_pipeline.go provider/heroku: Prefer struct for required attrs 2017-05-01 10:19:44 -04:00
resource_heroku_pipeline_coupling.go provider/heroku: Prefer struct for required attrs 2017-05-01 10:19:44 -04:00
resource_heroku_pipeline_coupling_test.go provider/heroku: Output IDs on failure 2017-05-01 10:20:28 -04:00
resource_heroku_pipeline_test.go provider/heroku: Allow renaming a pipeline 2017-05-01 10:15:08 -04:00
resource_heroku_space.go providers/heroku: wait for spaces to be allocated (#14052) 2017-04-28 08:40:18 -05:00
resource_heroku_space_test.go Implementation 2017-04-24 17:34:34 -07:00
validators.go provider/heroku: scope valid stage names to func 2017-05-01 10:20:51 -04:00
validators_test.go provider/heroku: heroku_pipeline_coupling 2017-05-01 10:15:08 -04:00