-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running apply
multiple times with Heroku addon results in error for addons without plan names
#198
Comments
Hm, yea, I guess it doesn't send back an error if the plan name is "wrong"? |
I think it's sending back the correct name of the default plan ( FWIW, I think most/all Heroku addons have the potential for this problem. |
mitchellh
added a commit
that referenced
this issue
Aug 28, 2014
Fixed |
👍 awesome, thanks for your work on this! |
vanstee
pushed a commit
to vanstee/terraform
that referenced
this issue
Sep 28, 2017
ghost
locked and limited conversation to collaborators
May 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In v0.1.1, if I provision a Heroku addon with the name only (and no plan) and run
apply
, everything is hunky dory, but the second time I runapply
, I receive an error:Config:
Specifying the plan works as expected:
memcachier:dev
. This may be an issue on Heroku's end (since they're allowing users to provision addons without an explicit plan name), but if that's the case it might be worth adding to the docs as a gotcha.The text was updated successfully, but these errors were encountered: