Releases: hashicorp/terraform-provider-hcp
Releases Β· hashicorp/terraform-provider-hcp
v0.97.0
v0.97.0 (October 08, 2024)
FEATURES:
- Add pagination support for vault OpenAppSecrets preview api. [GH-1109]
- Add preview of vault_radar_source_github_enterprise resource. [GH-1092]
- Waypoint: New template resource attribute
use_module_readme
allows users to use the associated Terraform module readme in place of providing a seperate readme for the template. [GH-1099] - add vault_secrets_dynamic_secret resource [GH-1097]
- add vault_secrets_rotating_secret resource [GH-1101]
- waypoint: Add execution mode and agent pool ID configurations to the
hcp_waypoint_template
andhcp_waypoint_add_on_definition
resources, and
thehcp_waypoint_template
andhcp_waypoint_add_on_definition
data sources. [GH-1098]
IMPROVEMENTS:
- Update Vault Radar codeowners patterns. [GH-1103]
- Update codeowners to include Vault Radar. [GH-1102]
- Upgrade the HCP SDK and fix a breaking change in the Boundary API. [GH-1110]
BUG FIXES:
v0.96.0
v0.96.0 (September 13, 2024)
FEATURES:
- add vault_secrets_integration_aws resource [GH-1078]
- add vault_secrets_integration_gcp resource [GH-1085]
- add vault_secrets_integration_mongodbatlas resource [GH-1084]
- add vault_secrets_integration_twilio resource [GH-1081]
IMPROVEMENTS:
- Added the
version
attribute(s) tohcp_boundary_cluster
resource and data sources. [GH-1089]
v0.95.1
v0.95.0
v0.95.0 (August 21, 2024)
BREAKING CHANGES:
- waypoint: Remove version number from templates and add-on definition resources and data sources. [GH-869]
FEATURES:
- Allow authenticating the provider using Workload Identity Federation via a
direct token in the provider configuration. [GH-1053] - HCP Waypoint Application resource and data source can now read any output values associated with that application [GH-871]
IMPROVEMENTS:
v0.94.1
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]