terraform/builtin/providers/heroku
Jack Pearkes 14b80abc29 providers/heroku: fix drain test
cc/ @bmarini

Basically, the attr check we have in our tests is looking at resources
that we specify. It's basically check that "if I send this, I get this"
from the external resource.

In this case, we don't know what the token will be, so we can't
do it that way. I replaced it with a "make sure this is more than an
empty string" assertion.
2014-07-29 19:16:01 -04:00
..
config.go heroku: initial commit 2014-07-23 00:03:30 -04:00
resource_heroku_addon.go providers/heroku: serialize the addons, depend on apps 2014-07-25 00:08:38 -04:00
resource_heroku_addon_test.go providers/heroku: add domain support 2014-07-23 15:50:28 -04:00
resource_heroku_app.go providers/dnsimple|heroku: handle ComputedAttrsUpdate 2014-07-24 23:29:58 -04:00
resource_heroku_app_test.go providers/heroku: tabs 2014-07-23 15:37:10 -04:00
resource_heroku_domain.go providers/heroku: compute cname 2014-07-23 15:55:28 -04:00
resource_heroku_domain_test.go providers/heroku: add cname to domain 2014-07-23 15:55:01 -04:00
resource_heroku_drain.go Add heroku drain resource 2014-07-29 15:45:12 -07:00
resource_heroku_drain_test.go providers/heroku: fix drain test 2014-07-29 19:16:01 -04:00
resource_provider.go heroku: initial commit 2014-07-23 00:03:30 -04:00
resource_provider_test.go heroku: initial commit 2014-07-23 00:03:30 -04:00
resources.go Add heroku drain resource 2014-07-29 15:45:12 -07:00