Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.78.0
v0.78.0 (December 13, 2023)
FEATURES:
- Add optional Azure config block for hvn_route resource to support hub and spoke architectures,
azure_config
.
Add optional next_hop_type
parameter.
Add optional next_hop_ip_address
parameter.
Please see the Microsoft learn guide docs for futher info:
https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke [GH-685]
- Add optional attribute
allow_forwarded_traffic
tohcp_azure_peering_connection
resource. [GH-681] - Add optional attribute
use_remote_gateways
tohcp_azure_peering_connection
resource. [GH-681]
IMPROVEMENTS:
- Add custom http endpoints as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-671]
DEPRECATIONS:
- The
data.hcp_packer_iteration.incremental_version
attribute is now deprecated and will be removed in a future release. Use thefingerprint
,id
oruuid
attributes to reference iterations instead. [GH-678] - The
hcp_packer_channel_assignment.iteration_id
attribute is now deprecated and will be removed in a future release. Use theiteration_fingerprint
attribute to reference iterations instead. [GH-678] - The
hcp_packer_channel_assignment.iteration_version
attribute is now deprecated and will be removed in a future release. Use theiteration_fingerprint
attribute to reference iterations instead. [GH-678]
v0.77.0
v0.77.0 (November 14, 2023)
FEATURES:
- Add
hcp_organization_iam_binding
resource. [GH-661] - Add
hcp_organization_iam_policy
resource. [GH-661] - Add
hcp_project_iam_binding
resource. [GH-661] - Add
hcp_project_iam_policy
resource. [GH-661] - Add support to authenticate the provider using credential files. [GH-672]
IMPROVEMENTS:
- Add NewRelic as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-653]
- The change introduces the ability to provide configuration via environment variables, which will allow credentials to be provided via environment variable (either directly or via a creds file). [GH-666]