DEPRECATIONS:
- bigquery: deprecated
time_partitioning.require_partition_filter
in favor of new top level fieldrequire_partition_filter
in resourcegoogle_bigquery_table
(#16238)
FEATURES:
- New Data Source:
google_cloud_run_v2_job
(#16260) - New Data Source:
google_cloud_run_v2_service
(#16290) - New Data Source:
google_compute_networks
(#16240) - New Resource:
google_org_policy_custom_constraint
(#16220)
IMPROVEMENTS:
- cloudidentity: added
additional_group_keys
attribute togoogle_cloud_identity_group
resource (#16250) - composer: promoted
config.0.workloads_config.0.triggerer
to GA in resourcegoogle_composer_environment
(#16218) - compute: added
internal_ipv6_range
togoogle_compute_network
data source andinternal_ipv6_prefix
field togoogle_compute_subnetwork
data source (#16267) - container: added support for
security_posture_config.vulnerability_mode
valueVULNERABILITY_ENTERPRISE
ingoogle_container_cluster
(#16283) - dataform: added
ssh_authentication_config
andservice_account
togoogle_dataform_repository
resource (#16205) - dataproc: added
min_num_instances
field togoogle_dataproc_cluster
resource (#16249) - gkeonprem: promoted
google_gkeonprem_bare_metal_admin_cluster
,google_gkeonprem_bare_metal_cluster
, andgoogle_gkeonprem_bare_metal_node_pool
resources to GA (#16237) - gkeonprem: promoted
google_gkeonprem_vmware_cluster
andgoogle_gkeonprem_vmware_node_pool
resources to GA (#16237) - logging: added
custom_writer_identity
field togoogle_logging_project_sink
(#16216) - secretmanager: made
ttl
field mutable ingoogle_secret_manager_secret
(#16285) - storage: added
terminal_storage_class
to theautoclass
field ingoogle_storage_bucket
resource (#16282)
BUG FIXES:
- bigquerydatatransfer: fixed an error when updating
google_bigquery_data_transfer_config
related to incorrect update masks (#16269) - compute: fixed an error during the deletion when post was set to 0 on
google_compute_global_network_endpoint
(#16286) - compute: fixed an issue with TTLs being sent for
google_compute_backend_service
whencache_mode
is set toUSE_ORIGIN_HEADERS
(#16245) - container: fixed an issue where empty
autoscaling
block would crash the provider forgoogle_container_node_pool
(#16212) - dataflow: fixed a bug where resource updates returns an error if only
labels
has changes for batchgoogle_dataflow_job
andgoogle_dataflow_flex_template_job
(#16248) - dialogflowcx: fixed updating
google_dialogflow_cx_version
; updates will no longer time out. (#16214) - 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 (#16215) - sql: removed host validation to support IP address and DNS address in host in
google_sql_source_representation_instance
resource (#16235)