You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :-)
The text was updated successfully, but these errors were encountered:
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
CI for this repo is failing on
main
, with: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 :-)
The text was updated successfully, but these errors were encountered: