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
Hello, there is no longer a free tier in Heroku. The below line causes the build to fail because this addon does not exist. You can see all the plans in the heroku cli heroku addons:plans heroku-postgresql. I updated my code to the below and was able to get it working.
Hello, there is no longer a free tier in Heroku. The below line causes the build to fail because this addon does not exist. You can see all the plans in the heroku cli
heroku addons:plans heroku-postgresql
. I updated my code to the below and was able to get it working.https://github.com/hashicorp/learn-terraform-heroku/blob/16188171f369352205f3276a0247375f225844e6/main.tf#L13
The text was updated successfully, but these errors were encountered: