Releases: heroku/terraform-provider-heroku
Releases · heroku/terraform-provider-heroku
1.8.0 (February 27, 2019)
1.7.4 (February 01, 2019)
1.7.3 (January 22, 2019)
IMPROVEMENTS:
heroku_app
- New attributesensitive_config_vars
to help with sensitive heroku app config vars #163
1.7.2 (January 08, 2019)
IMPROVEMENTS:
- Identify Terraform API requests via User-Agent header #161
1.7.1 (December 18, 2018)
1.7.0 (December 14, 2018)
FEATURES:
- New Resource:
heroku_build
(for deploying source code to Heroku) #149
IMPROVEMENTS:
- Retry with backoff when rate-limited #135
- Configurable delays to provider to help alleviate issues with Heroku backend eventual consistency with regards to app, spaces, and domain creation #142
BUG FIXES:
heroku_app_feature
- Typos in Documentation & Test Fixes #143- Fix bad formatting in docs #147
- Fix panic condition in parseCompositeID #148
- Terraform sometimes creates a Heroku Cert, then gets a conflict error #37
- Add Exponential Backoff When adding Heroku Domain #71
- heroku_space_inbound ruleset can't be applied because heroku_space isn't actually ready #116