Skip to content

v5.0.0

Compare
Choose a tag to compare
@mars mars released this 15 Feb 16:01
· 36 commits to master since this release
5d9a896

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 state id as app ID instead of name
  • all heroku_app references converted to app_id (from app) with UUID validation
  • automatic state migration for these changes
  • updated documentation covering all changes.