github heroku/terraform-provider-heroku v4.0.0

latest releases: v5.2.10, v5.2.9, v5.2.8...
3 years ago

Features

  • Upgrade terraform-plugin-sdk to v2. This upgrade presents a backwards incompatible change by dropping support for terraform v0.11.x. Additionally, this upgrade also changed/added the following: (#296)
    • Data sources:
      • heroku_app: Expose uuid as a computed attribute.
    • Resources:
      • heroku_build: The source attribute is now an attribute block and must be defined as one: source { } vs source = { }.
      • 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 the permissions attribute in state.

Improvements

  • Migrate provider documentation directory structure from website/ to /docs. (#298)

Don't miss a new terraform-provider-heroku release

NewReleases is sending notifications on new releases.