Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.94.0
v0.94.0 (July 03, 2024)
FEATURES:
- New resource: Add
hcp_packer_bucket
resource for managing HCP Packer buckets
New Resource: Addhcp_packer_bucket_iam_policy
resource for assigning a list of policy bindings to multiple principals for a HCP Packer Bucket
New resource: Addhcp_packer_bucket_iam_binding
resource for assigning a single role to a principal for a HCP Packer Bucket [GH-852] - add vault_secrets_dynamic_secret data source [GH-868]
IMPROVEMENTS:
- waypoint: Add support for input variables to the
hcp_wapyoint_add_on
resource
and data source. [GH-864]
BUG FIXES:
- Fix intermittent conflicts during IAM policy updates [GH-870]
v0.93.0
v0.93.0 (June 25, 2024)
BREAKING CHANGES:
- waypoint: Rename
hcp_waypoint_application_template
resource and data source to
hcp_waypoint_template
. [GH-861]
FEATURES:
- New resource: Add
hcp_waypoint_action_config
resource for managing Waypoint Action Configs.
New data-source: Adddata.hcp_waypoint_action_config
data-source for Waypoint Action Configs. [GH-815]
v0.92.0
v0.91.1
v0.91.0
v0.90.0
v0.89.0
v0.88.0
v0.88.0 (May 02, 2024)
IMPROVEMENTS:
- Documentation: call OpenAppSecrets instead of List + Open in hcp_vault_secrets_app data source. This improves an issue with additional unnecessary client API usage. [GH-826]
- Support setting variable options in
hcp_waypoint_application_template
. [GH-816] - resource/hcp_log_streaming_destination: Label resource as public beta [GH-830]
v0.87.1
v0.87.0
v0.87.0 (April 25, 2024)
FEATURES:
- Add
hcp_vault_secrets_app_iam_binding
resource. [GH-813] - Add
hcp_vault_secrets_app_iam_policy
resource. [GH-813] - New resource: Add
hcp_waypoint_add_on
resource for managing Waypoint Add-ons.
New data-source: Adddata.hcp_waypoint_add_on
data-source for Waypoint Add-ons. [GH-807]
IMPROVEMENTS:
- Add GitHub Action to run identity-specific tests [GH-810]
- CODEOWNERS: Fix the vault-secrets resource ownership to @hashicorp/cloud-vault-secrets team. [GH-820]
- CODEOWNERS: Fix vault-secrets resource ownership to @hashicorp/cloud-vault-secrets team. [GH-814]
- Documentation: Gracefully handle rate limiting error on
hcp_vault_secrets_secret
resource. [GH-812] - Return resource name when a Vault Secrets App is created [GH-813]
- Vault secret resources can now be created with an optional project ID. If project ID is present, the resource will be created within that project. [GH-808]
BUG FIXES:
- Fixes the case where Vault secret resources ignore provider project changes. [GH-808]