Sourced from hashicorp/google's releases.
v6.14.1
BUG FIXES:
- compute: fixed an issue where
google_compute_firewall_policy_rule
was incorrectly removed from the Terraform state (#20733)v6.14.0
FEATURES:
- New Resource:
google_network_security_intercept_deployment_group
(#20615)- New Resource:
google_network_security_intercept_deployment
(#20634)- New Resource:
google_network_security_authz_policy
(#20595)- New Resource:
google_network_services_authz_extension
(#20595)IMPROVEMENTS:
- compute:
google_compute_instance
is no longer recreated when changingboot_disk.auto_delete
(#20580)- compute: added
CA_ENTERPRISE_ANNUAL
option for fieldcloud_armor_tier
ingoogle_compute_project_cloud_armor_tier
resource (#20596)- compute: added
network_tier
field togoogle_compute_global_forwarding_rule
resource (#20582)- compute: added
rule.rate_limit_options.enforce_on_key_configs
field togoogle_compute_security_policy
resource (#20597)- compute: made
metadata_startup_script
able to be updated via graceful switch ingoogle_compute_instance
(#20655)- container: added field
enable_fqdn_network_policy
to resourcegoogle_container_cluster
(#20609)- firebasehosting: added
headers
field ingoogle_firebase_hosting_version
resource (beta) (#20654)- identityplatform: marked
quota.0.sign_up_quota_config
subfields conditionally required ingoogle_identity_platform_config
to move errors from apply time up to plan time, and clarified the rule in documentation (#20627)- networkconnectivity: added support for updating
linked_vpn_tunnels.include_import_ranges
,linked_interconnect_attachments.include_import_ranges
,linked_router_appliance_instances. instances
andlinked_router_appliance_instances.include_import_ranges
ingoogle_network_connectivity_spoke
(#20650)- orgpolicy: added
parameters
fields togoogle_org_policy_policy
resource (beta) (#20647)- storage: added
hdfs_data_source
field togoogle_storage_transfer_job
resource (#20583)- tpuv2: added
network_configs
andnetwork_config.queue_count
fields togoogle_tpu_v2_vm
resource (#20621)BUG FIXES:
- accesscontextmanager: fixed an update bug in
google_access_context_manager_perimeter
by removing the broken output-onlyetag
field ingoogle_access_context_manager_perimeter
andgoogle_access_context_manager_perimeters
(#20691)- compute: fixed permadiff on the
recaptcha_options
field forgoogle_compute_security_policy
resource (#20617)- compute: fixed issue where updating labels on
resource_google_compute_resource_policy
would fail because of a patch error withguest_flush
(#20632)- networkconnectivity: fixed
linked_router_appliance_instances.instances.virtual_machine
andlinked_router_appliance_instances.instances.ip_address
attributes ingoogle_network_connectivity_spoke
to be correctly marked as required. Otherwise the request to create the resource will fail. (#20650)- privateca: fixed an issue which causes error when updating labels for activated sub-CA (#20630)
- sql: fixed permadiff when 'settings.data_cache_config' is set to false for 'google_sql_database_instance' resource (#20656)
Sourced from hashicorp/google's changelog.
6.14.1 (December 18, 2024)
BUG FIXES:
- compute: fixed an issue where
google_compute_firewall_policy_rule
was incorrectly removed from the Terraform state (#20733)6.14.0 (December 16, 2024)
FEATURES:
- New Resource:
google_network_security_intercept_deployment_group
(#20615)- New Resource:
google_network_security_intercept_deployment
(#20634)- New Resource:
google_network_security_authz_policy
(#20595)- New Resource:
google_network_services_authz_extension
(#20595)IMPROVEMENTS:
- compute:
google_compute_instance
is no longer recreated when changingboot_disk.auto_delete
(#20580)- compute: added
CA_ENTERPRISE_ANNUAL
option for fieldcloud_armor_tier
ingoogle_compute_project_cloud_armor_tier
resource (#20596)- compute: added
network_tier
field togoogle_compute_global_forwarding_rule
resource (#20582)- compute: added
rule.rate_limit_options.enforce_on_key_configs
field togoogle_compute_security_policy
resource (#20597)- compute: made
metadata_startup_script
able to be updated via graceful switch ingoogle_compute_instance
(#20655)- container: added field
enable_fqdn_network_policy
to resourcegoogle_container_cluster
(#20609)- identityplatform: marked
quota.0.sign_up_quota_config
subfields conditionally required ingoogle_identity_platform_config
to move errors from apply time up to plan time, and clarified the rule in documentation (#20627)- networkconnectivity: added support for updating
linked_vpn_tunnels.include_import_ranges
,linked_interconnect_attachments.include_import_ranges
,linked_router_appliance_instances. instances
andlinked_router_appliance_instances.include_import_ranges
ingoogle_network_connectivity_spoke
(#20650)- storage: added
hdfs_data_source
field togoogle_storage_transfer_job
resource (#20583)- tpuv2: added
network_configs
andnetwork_config.queue_count
fields togoogle_tpu_v2_vm
resource (#20621)BUG FIXES:
- accesscontextmanager: fixed an update bug in
google_access_context_manager_perimeter
by removing the broken output-onlyetag
field ingoogle_access_context_manager_perimeter
andgoogle_access_context_manager_perimeters
(#20691)- compute: fixed permadiff on the
recaptcha_options
field forgoogle_compute_security_policy
resource (#20617)- compute: fixed issue where updating labels on
resource_google_compute_resource_policy
would fail because of a patch error withguest_flush
(#20632)- networkconnectivity: fixed
linked_router_appliance_instances.instances.virtual_machine
andlinked_router_appliance_instances.instances.ip_address
attributes ingoogle_network_connectivity_spoke
to be correctly marked as required. Otherwise the request to create the resource will fail. (#20650)- privateca: fixed an issue which causes error when updating labels for activated sub-CA (#20630)
- sql: fixed permadiff when 'settings.data_cache_config' is set to false for 'google_sql_database_instance' resource (#20656)
95ea377
Update CHANGELOG.md7132039
Add legacy long form project to compute firewall policy rule (#12563) (#20733)6018856
6.14 CHANGELOG (#20684)e593a77
Revert "Etag support for ACM service perimeters" (#12568) (#20691)b9d7dd7
Fix settings.data_cache_config permadiff when set to false (#12496) (#20656)6b67946
compute: Implement graceful switch for metadata_startup_script (#12360) (#20655)a78549e
Add headers to Hosting Version (#12527) (#20654)e607496
Fix TF: unskip test TestAccDataprocVirtualCluster_basic (#12530) (#20653)ac5217d
Fixed sweeping of incidentally-created queues (#12529) (#20652)6131402
TeamCity: Remove test project for FEATURE-BRANCH-ephemeral-resource
(#11933...