Releases: heroku/terraform-provider-heroku
Releases · heroku/terraform-provider-heroku
v5.1.4
v5.1.3
v5.1.2
v5.1.1
What's Changed
- New release signing key
- Remove unsupported arch from goreleaser:
windows_arm64
- Increase post-app-create delay from five to ten-seconds, to avoid flapping errors after app creation.
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.0.2
v5.0.1
Correct the documentation for Upgrading v4 to v5: Replace heroku_app
data source.
v5.0.0
Apps by ID
All heroku_app
state & attribute references are now only by ID (UUID), no longer supporting interchangeability with app name.
🚨 Major version, HCL changes required, see the new Upgrading guide.
Features
heroku_app
resource now stores stateid
as app ID instead of name- all
heroku_app
references converted toapp_id
(fromapp
) with UUID validation - automatic state migration for these changes
- updated documentation covering all changes.
v5.0.0-beta.1
🚨 Major version, HCL config changes required, see the new Upgrading guide.
🙏 Please leave feedback on the PR #332.