NOTES:
- resourcemanager: This release included a deprecation of
skip_delete
ingoogle_project
without the future field (deletion_policy
) being available. This will be corrected in a future5.X
release prior to the release of6.0.0
where thedeletion_policy
field will be made available.
DEPRECATIONS:
- resourcemanager: deprecated
skip_delete
field in thegoogle_project
resource. Instead use the new fielddeletion_policy
in the next major release (#7817)
IMPROVEMENTS:
- bigquery: added support for value
DELTA_LAKE
tosource_format
ingoogle_bigquery_table
resource (#7841) - compute: added
access_mode
field togoogle_compute_disk
resource (#7813) - compute: added
stack_type
, andgateway_ip_version
fields togoogle_compute_router
resource (#7801) - container: added field
ray_operator_config
forresource_container_cluster
(#7795) - monitoring: updated
goal
field to accept a max threshold of up to 0.9999 ingoogle_monitoring_slo
resource (#7807) - networkconnectivity: added
export_psc
field togoogle_network_connectivity_hub
resource (#7816) - sql: added
enable_dataplex_integration
field togoogle_sql_database_instance
resource (#7810)
BUG FIXES:
- bigquery: fixed a permadiff when handling "assets" in
params
in thegoogle_bigquery_data_transfer_config
resource (#7833) - bigquery: fixed an issue preventing certain keys in
params
from being assigned values ingoogle_bigquery_data_transfer_config
(#7828) - compute: fixed perma-diff in
google_compute_router
(#7818) - container: fixed perma-diff on
node_config.guest_accelerator.gpu_driver_installation_config
field in GKE 1.30+ ingoogle_container_node_pool
resource (#7799) - sql: fixed a perma-diff in
settings.insights_config
ingoogle_sql_database_instance
(#7861)