github hashicorp/terraform-provider-hcp v0.82.0

latest releases: v0.109.0, v0.108.0, v0.107.0...
19 months ago

v0.82.0 (January 30, 2024)

BREAKING CHANGES:

  • data.hcp_packer_iteration: Removed the incremental_version attribute. Use the fingerprint, id or uuid attributes instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_id attribute. Use the version_fingerprint attribute instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_version attribute. Use the version_fingerprint attribute instead. [GH-726]

FEATURES:

  • Add hcp_notifications_webhook resource. [GH-723]
  • data.hcp_packer_artifact: Added the hcp_packer_artifact data source, which replaces data.hcp_packer_image [GH-726]
  • data.hcp_packer_version: Added the hcp_packer_version data source, which replaces data.hcp_packer_iteration [GH-726]

DEPRECATIONS:

  • data.hcp_packer_image: This data source will be removed in a future release, and is superseded by data.hcp_packer_artifact [GH-735]
  • data.hcp_packer_iteration: This data source will be removed in a future release, and is superseded by data.hcp_packer_version [GH-726]
  • hcp_packer_channel_assignment: The iteration_fingerprint attribute is now deprecated and will be removed in a future release.
    Refer to the version_fingerprint attribute release notes for more information. [GH-726]

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

NewReleases is sending notifications on new releases.