IMPROVEMENTS:
- cloudrunv2: added
template.volumes.nfs
field togoogle_cloud_run_v2_job
resource (#7169) - container: added
enable_cilium_clusterwide_network_policy
field togoogle_container_cluster
resource (#7171) - container: added
node_pool_auto_config.resource_manager_tags
field togoogle_container_cluster
resource (#7162) - gkeonprem: added
disable_bundled_ingress
field togoogle_gkeonprem_vmware_cluster
resource (#7163) - redis: added
node_type
andprecise_size_gb
fields togoogle_redis_cluster
(#7174) - storage: added
project_number
attribute togoogle_storage_bucket
resource and data source (#7164) - storage: added ability to provide
project
argument togoogle_storage_bucket
data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (#7164)
BUG FIXES:
- appengine: fixed a crash in
google_app_engine_flexible_app_version
due to thedeployment
field not being returned by the API (#7175) - bigquery: fixed a crash when
google_bigquery_table
had aprimary_key.columns
entry set to""
(#7166) - compute: fixed update scenarios on
google_compute_region_target_https_proxy
andgoogle_compute_target_https_proxy
resources. (#7170) - dataflow: fixed an issue where the provider would crash when
enable_streaming_engine
is set as aparameter
value ingoogle_dataflow_flex_template_job
(#7160)