Skip to content

Releases: heroku/terraform-provider-heroku

v4.8.0

17 Dec 19:04
3f37ce3
Compare
Choose a tag to compare

Features

  • heroku_addon new attribute config_var_values: A sensitive map of the add-on's configuration variables. Upon add-on creation, these values will be up-to-date, while the app's own config_vars require another Terraform refresh cycle to be updated. Useful when an output contains an add-on config var value, or when a configuration needs to operate on a new add-on during an apply.

Bug fixes

v4.7.0

01 Dec 21:51
4dd933d
Compare
Choose a tag to compare

Improvements

  • Ability for heroku_team_collaborator to handle users that already exist on the app by @davidji99 in #318
  • Upgrade heroku-go and terraform-plugin-sdk by @davidji99 in #322
  • Modify heroku_drain to accept URLs that pass in basic auth by @davidji99 in #323

Full Changelog: v4.6.0...v4.7.0-beta

v4.7.0-beta

01 Dec 21:38
4dd933d
Compare
Choose a tag to compare
v4.7.0-beta Pre-release
Pre-release

Improvements

  • Ability for heroku_team_collaborator to handle users that already exist on the app by @davidji99 in #318
  • Upgrade heroku-go and terraform-plugin-sdk by @davidji99 in #322
  • Modify heroku_drain to accept URLs that pass in basic auth by @davidji99 in #323

Full Changelog: v4.6.0...v4.7.0-beta

v4.6.0

14 Jul 21:53
d9aa52c
Compare
Choose a tag to compare

Improvements

  • heroku_build: Introduce a different strategy to calculate checksum when source.path is set to a directory path. (#319)
  • Upgrade terraform plugin sdk to v2.7.0 (#319)

v4.6.0-pre1

14 Jul 01:37
Compare
Choose a tag to compare
v4.6.0-pre1 Pre-release
Pre-release

Pre-release of stable Source Directory Builds. See #319

v4.5.1

24 Jun 03:10
b274a20
Compare
Choose a tag to compare

Bug Fixes

  • heroku_domain: Add missing documentation regarding the sni_endpoint_id attribute. (#316)
  • heroku_domain: Add Computed property to sni_endpoint_id attribute. (#316)
  • heroku_ssl: Fix incorrect deprecation message set on the resource. (#316)
  • heroku_cert: Add deprecation message. (#316)

v4.5.0

22 Jun 20:52
bd878ad
Compare
Choose a tag to compare

Features

  • New resource: heroku_ssl (#312 | #313)

Improvements

  • heroku_cert is now marked as depreciated in favor of heroku_ssl. (#313)

v4.4.1

18 May 03:08
a8c9954
Compare
Choose a tag to compare

Bug Fixes

  • Fix data source heroku_team_members not respecting specified roles. (#310)

v4.4.0

18 May 01:47
9a61ee8
Compare
Choose a tag to compare

Features

  • New data source: heroku_team_members. (#308)

Improvements

  • Ability for heroku_team_collaborator to handle manual deletions by removing resources from state during state refresh. (#309)

v4.3.0

11 May 00:41
573d4d0
Compare
Choose a tag to compare

Improvements

  • Mark heroku_addon_attachment.namespace as computed. (#305)
  • Remove deprecated heroku_space.trusted_ip_ranges attribute. (#307)
    • Please use the heroku_space_inbound_ruleset resource instead.