Releases: heroku/terraform-provider-heroku
Releases · heroku/terraform-provider-heroku
2.2.1 (October 03, 2019)
IMPROVEMENTS:
- Migrate to Terraform Plugin SDK (#240)
2.2.0 (September 19, 2019)
FEATURES:
heroku_app_webhook
- Ability to manage App Webhooks (#239)
IMPROVEMENTS:
- Update vendored Terraform to v0.12.8 (#238)
2.1.2 (August 09, 2019)
IMPROVEMENTS:
- Update vendored Terraform to v0.12.6 (#234)
- Stop creating
cedar-14
apps during tests (#232)
- Standardize UUID usage on
google/uuid
(#228)
2.1.1 (August 07, 2019)
BUG FIXES:
- Rework
heroku_addon.config
migration (#230)
- Fix
heroku_formation
segfault when app does not exist (#229)
- Docs correction (#225) & clarification (#224)
2.1.0 (July 24, 2019)
FEATURES:
heroku_addon
- Ability to set addon name (#210)
BUG FIXES:
- Add migration for
heroku_addon
to fix dirty plan after heroku_addon.config
attribute changed from TypeList
of TypeSet
to TypeSet
(#217)
2.0.3 (July 12, 2019)
BUG FIXES:
- Restore compatibility with Terraform 0.12 #220
2.0.2 (July 11, 2019)
⛔️This release is broken for Terraform 0.12.
IMPROVEMENTS:
- Upgrade heroku-go client to stable Go Module support
v5
& to provide more Heroku Platform API features #211
BUG FIXES:
- Revise docs for Terraform v0.12 map attribute-assignment syntax #212 & #216
- Revise docs to correct
import
example #215
2.0.1 (June 20, 2019)
BUG FIXES:
- Fix unhandled errors #193
- Prevent leaking
heroku_app
sensitive_config_vars
through all_config_vars
#206
2.0.0 (June 03, 2019)
FEATURES:
- Terraform 0.12 compatibility #179
IMPROVEMENTS:
1.9.0 (April 01, 2019)
FEATURES:
- New Data Source:
heroku_team
#188
- New Resource:
heroku_config
(for defining config vars to be used in other resources) #183
- New Resource:
heroku_app_config_association
(for setting, updating, and deleting config vars on apps) #183
IMPROVEMENTS:
- Clarify usage of Heroku Teams in the docs #187
BUG FIXES:
- Fix tests using SSL Endpoint DNS target #191