heroku / terraform-provider-heroku

Terraform Heroku provider
https://registry.terraform.io/providers/heroku/heroku/latest
Mozilla Public License 2.0
99 stars 75 forks source link

Changed app_id to app #348

Closed socketz closed 1 year ago

socketz commented 1 year ago

Using app_id triggers an error doing a terraform apply. Changing to app attribute, it works.

mars commented 1 year ago

Hi @socketz,

You are certainly using a version of the provider from before the appapp_id transition of v5.

See the Upgrading Guide for details.