Skip to content

Releases: heroku/terraform-provider-heroku

v4.2.0

16 Apr 01:45
77649ee
Compare
Choose a tag to compare

Features

  • New resource: heroku_review_app_config (#303)

Improvements

  • Upgrade heroku-go to v5.3.0 (#303)

v4.1.1

07 Apr 00:50
3cfcfb4
Compare
Choose a tag to compare

Improvements

  • Generate release binaries for darwin/arm64 to support Apple Silicon from this release onward. (#302)

v4.1.1-beta

05 Apr 00:03
fd08f4a
Compare
Choose a tag to compare

Building binaries for darwin arm64

v4.1.0

10 Mar 05:18
55ac958
Compare
Choose a tag to compare

Improvements

  • Provide ability to not set all_config_vars attribute for the heroku_app resource. (#299)

v4.0.0-beta

03 Mar 02:35
a0ff56f
Compare
Choose a tag to compare

DO NOT USE

Beta release testing out the v2 tf-sdk-plugin upgrade.

v4.0.0

04 Mar 02:15
a0ff56f
Compare
Choose a tag to compare

Features

  • Upgrade terraform-plugin-sdk to v2. This upgrade presents a backwards incompatible change by dropping support for terraform v0.11.x. Additionally, this upgrade also changed/added the following: (#296)
    • Data sources:
      • heroku_app: Expose uuid as a computed attribute.
    • Resources:
      • heroku_build: The source attribute is now an attribute block and must be defined as one: source { } vs source = { }.
      • heroku_team_collaborator: No longer explicitly makes use of storing Partial state as that's implicitly handled during resource lifecycle.
      • heroku_team_collaborator: Properly set the permissions attribute in state.

Improvements

  • Migrate provider documentation directory structure from website/ to /docs. (#298)

v3.2.0

15 Dec 00:06
ab42563
Compare
Choose a tag to compare

Improvements

  • Ability to define custom timeouts when creating addons with the heroku_addon resource (#292)

v3.1.1

11 Dec 22:23
c68d7f5
Compare
Choose a tag to compare

Bug Fixes

  • Upgrade heroku-go client to v5.2.1 to fix panics occurring in DEBUG mode (#294)

v3.1.0

02 Dec 08:53
7e799d6
Compare
Choose a tag to compare

Features

  • New resource: heroku_collaborator (#291)

v3.0.1

05 Nov 19:54
c5dbb24
Compare
Choose a tag to compare

BUG FIXES:

  • heroku_app organization lock fails to modify setting (#288)