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.