Skip to content

v4.8.0

Compare
Choose a tag to compare
@mars mars released this 17 Dec 19:04
· 65 commits to master since this release
3f37ce3

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