Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.67.0
v0.66.0
v0.66.0 (July 13, 2023)
FEATURES:
IMPROVEMENTS:
v0.65.0
v0.64.0
v0.63.0
v0.63.0 (June 29, 2023)
FEATURES:
- Adds
hcp_packer_channel_assignment
resource. [GH-531]
IMPROVEMENTS:
- Adds read-only
restricted
field tohcp_packer_channel
resource. [GH-531]
DEPRECATIONS:
- Setting the
iteration
block onhcp_packer_channel
is now deprecated in
favor ofhcp_packer_channel_assignment
. [GH-531]
v0.62.0
v0.62.0 (June 23, 2023)
IMPROVEMENTS:
- Add "premium" to descriptions about Consul Cluster tier [GH-537]
- Update the description of the optional
project_id
field in data sources and resources to include details of how project_id is targeted when none is passed in. [GH-527]
BUG FIXES:
- Fixed panic when
hcp_packer_image
points to a channel without an assigned iteration. [GH-533]
v0.61.0
v0.60.0
v0.60.0 (June 07, 2023)
IMPROVEMENTS:
- Documentation: Update contributor documentation and resource-specific import examples to reflect multi-project support. [GH-517]
DEPRECATIONS:
- Setting the
hvn_2
attribute ofdata.hcp_hvn_peering_connection
is now
deprecated. The value of the attribute is not needed to fetch data, and it was
never validated against the real value forhvn_2
. The value will now be
populated automatically. Remove thehvn_2
attribute from the configuration
for affected data sources. [GH-522] - Setting the
project_id
attribute onhcp_hvn_peering_connection
and
data.hcp_hvn_peering_connection
is now deprecated. The value of the field was
required to match the project ID forhvn_1
and will now be determined
automatically. Remove theproject_id
field from the configuration for
affected resources and data sources. [GH-522] - Setting the
project_id
attribute onhcp_hvn_route
anddata.hcp_hvn_route
is now deprecated. The value of the field was required to match the project ID
inhvn_link
and will now be determined automatically. Remove theproject_id
field from the configuration for affected resources and data sources. [GH-522]
BUG FIXES:
- Fixed several missing/incorrect implementations for the resource-level
project_id
attribute that could lead to undefined or undesirable behavior on
some resources and data sources when theproject_id
attribute had been used
and its most recent value was different from the provider-levelproject_id
,
whether or not the attribute was still present in the configuration file.
NOTE: See associated PR for caveats on temporary regressions. [GH-522] - Resolve unintended removal of assigned iteration when
iteration
block is not present onhcp_packer_channel
[GH-521]
v0.59.0
v0.59.0 (June 01, 2023)
FEATURES:
- Update HVN Route validation for
destination_cidr
attribute to allow RFC6598 CIDR range. [GH-515]
IMPROVEMENTS:
- Documentation: Update HCP Boundary maintenance window documentation to specify that UTC timezone is expected. [GH-518]
- Update prerelease github action workflow to allow bypassing end-to-end tests via input variable. [GH-520]
BUG FIXES: