Features
- Upgrade
terraform-plugin-sdk
to v2. This upgrade presents a backwards incompatible change by dropping support forterraform v0.11.x
. Additionally, this upgrade also changed/added the following: (#296)- Data sources:
heroku_app
: Exposeuuid
as a computed attribute.
- Resources:
heroku_build
: Thesource
attribute is now an attribute block and must be defined as one:source { }
vssource = { }
.heroku_team_collaborator
: No longer explicitly makes use of storing Partial state as that's implicitly handled during resource lifecycle.heroku_team_collaborator
: Properly set thepermissions
attribute in state.
- Data sources:
Improvements
- Migrate provider documentation directory structure from
website/
to/docs
. (#298)