DEPRECATIONS:
- bigquery: deprecated
time_partitioning.require_partition_filter
in favor of new top level fieldrequire_partition_filter
in resourcegoogle_bigquery_table
(#6496)
FEATURES:
- New Data Source:
google_cloud_run_v2_job
(#6508) - New Data Source:
google_cloud_run_v2_service
(#6527) - New Data Source:
google_compute_networks
(#6498)
IMPROVEMENTS:
- cloudidentity: added
additional_group_keys
attribute togoogle_cloud_identity_group
resource (#6504) - compute: added
enable_confidential_compute
field underboot_disk.0.initialize_params
ingoogle_compute_instance
(#6528) - compute: added
internal_ipv6_range
togoogle_compute_network
data source andinternal_ipv6_prefix
field todata.google_compute_subnetwork
data source (#6514) - container: added support for
security_posture_config.vulnerability_mode
valueVULNERABILITY_ENTERPRISE
ingoogle_container_cluster
(#6520) - dataform: added
ssh_authentication_config
andservice_account
togoogle_dataform_repository
resource (#6480) - dataproc: added
min_num_instances
field togoogle_dataproc_cluster
resource (#6503) - logging: added
custom_writer_identity
field togoogle_logging_project_sink
(#6486) - secretmanager: made
ttl
field mutable ingoogle_secret_manager_secret
(#6521) - storage: added
terminal_storage_class
to theautoclass
field ingoogle_storage_bucket
resource (#6519)
BUG FIXES:
- bigquerydatatransfer: fixed an error when updating
google_bigquery_data_transfer_config
related to incorrect update masks (#6516) - cloudrunv2: fixed a bug where
google_cloud_run_v2_service.custom_audiences
could not be set or updated properly (#6482) - compute: fixed an error during the deletion when post was set to 0 on
google_compute_global_network_endpoint
(#6523) - compute: fixed an issue with TTLs being sent for
google_compute_backend_service
whencache_mode
is set toUSE_ORIGIN_HEADERS
(#6499) - container: fixed an issue where empty
autoscaling
block would crash the provider forgoogle_container_node_pool
(#6483) - dataflow: fixed a bug where resource updates returns an error if only
labels
has changes for batchgoogle_dataflow_job
andgoogle_dataflow_flex_template_job
(#6502) - dialogflowcx: fixed updating
google_dialogflow_cx_version
; updates will no longer time out. (#6484) - sql: fixed a bug where adding the
edition
field to agoogle_sql_database_instance
resource that already existed and used ENTERPRISE edition resulted in a permant diff in plans (#6485) - sql: removed host validation to support IP address and DNS address in host in
google_sql_source_representation_instance
resource (#6493)