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]