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
I use the provider to set up and tear down apps for an staging environment and I noticed a bit of a gotcha: when I start terraform destroy to remove all my resources heroku_app, heroku_build, heroku_app_config_association and more) it has failed with this message:
╷
│ Error: error waiting for new release (9845a15d-5736-4dee-bd68-47b1f75b542f) to succeed: unexpected state 'failed', wanted target 'succeeded'. last error: %!s(<nil>)
│
│
╵
Hi,
I use the provider to set up and tear down apps for an staging environment and I noticed a bit of a gotcha: when I start
terraform destroy
to remove all my resourcesheroku_app
,heroku_build
,heroku_app_config_association
and more) it has failed with this message:terraform-provider-heroku/heroku/resource_heroku_app_config_association.go
Lines 180 to 182 in b03a303
Sure enough, the build removing all the vars did fail, as that build depend on (some) of the vars.
terraform-provider-heroku/heroku/resource_heroku_app_config_association.go
Lines 141 to 144 in b03a303
The text was updated successfully, but these errors were encountered: