Skip to content
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

CI failing on main with: "Error creating addon heroku-postgresql:mini" #386

Closed
edmorley opened this issue Jul 16, 2024 · 1 comment · Fixed by #387
Closed

CI failing on main with: "Error creating addon heroku-postgresql:mini" #386

edmorley opened this issue Jul 16, 2024 · 1 comment · Fixed by #387

Comments

@edmorley
Copy link
Member

CI for this repo is failing on main, with:

Error: Error creating addon heroku-postgresql:mini for app tftest-zyg0bys2o7 (4174a08b-c9bb-4853-a1b1-f3259c74c044):
Post "https://api.heroku.com/apps/4174a08b-c9bb-4853-a1b1-f3259c74c044/addons": 
We tried to create heroku-postgresql:mini, but received an error from the add-on provider. 
Try the request again, or log a support ticket and include this message: 
The mini plan has reached end-of-life. You can try again with a valid plan. 
See the available plans with: heroku addons:plans heroku-postgresql.

eg:
https://github.com/heroku/terraform-provider-heroku/actions/runs/9956698200/job/27507166827#step:7:46

This is due to:
https://devcenter.heroku.com/changelog-items/2889

These references to the old plan names will need updating:
https://github.com/search?q=repo%3Aheroku%2Fterraform-provider-heroku+%22heroku-postgresql%3Amini%22&type=code

Ideally the exact plan size would be omitted from the tests, so that they use the default plan size (which is typically the smallest), which will save having to update the tests should the name change again in the future :-)

@edmorley edmorley changed the title CI failing on main with: "Error: Error creating addon heroku-postgresql:mini" CI failing on main with: "Error creating addon heroku-postgresql:mini" Jul 16, 2024
@mars
Copy link
Member

mars commented Jul 17, 2024

@edmorley thanks for the maintenance work on this repo 💜 Please review/approve the Postgres plan fix in #387.

@mars mars closed this as completed in #387 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants