Releases: heroku/terraform-provider-heroku
Releases · heroku/terraform-provider-heroku
v4.8.0
Features
heroku_addon
new attributeconfig_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 ownconfig_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
heroku_cert
tests have been disable, because Heroku is shutting down the SSL Endpoint service. It is replaced by the newerheroku_ssl
resource, which uses Heroku SSL based on SNI.heroku_cert
will be completely removed in a future version.
v4.7.0
Improvements
- Ability for
heroku_team_collaborator
to handle users that already exist on the app by @davidji99 in #318 - Upgrade
heroku-go
andterraform-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
Improvements
- Ability for
heroku_team_collaborator
to handle users that already exist on the app by @davidji99 in #318 - Upgrade
heroku-go
andterraform-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
v4.6.0-pre1
Pre-release of stable Source Directory Builds. See #319