BREAKING CHANGES:
- compute: Removed
google_compute_region_backend_bucketfrom thegoogle(GA) provider. It is currently beta-only, and calls to the nonexistent GA API always returned a 404. Until released ingoogle, usegoogle-betainstead. (#26597)
FEATURES:
- New Data Source:
google_network_security_address_groups(#26562) - New Data Source:
google_iam_workload_identity_pool_iam_policy(#26598) - New Resource:
google_bigqueryreservation_reservation_group(#26560) - New Resource:
google_compute_region_composite_health_check(#26591) - New Resource:
google_compute_region_health_aggregation_policy(#26591) - New Resource:
google_compute_region_health_source(#26591) - New Resource:
google_contact_center_insights_assessment_rule(#26530) - New Resource:
google_iam_workload_identity_pool_iam_*(#26598) - New Resource:
google_workstations_workstation(#26561) - New Resource:
google_workstations_workstation_iam_*(#26561) - New Resource:
google_workstations_workstation_cluster(#26561) - New Resource:
google_workstations_workstation_config(#26561) - New Resource:
google_workstations_workstation_config_iam_*(#26561)
IMPROVEMENTS:
- bigqueryreservation: added
reservation_groupfield togoogle_bigquery_reservationresource (#26560) - ces: added
remote_dialogflow_agent.respect_response_interruption_settingsfield togoogle_ces_agentresource (#26578) - clusterdirector: made
boot_disk.size_gbandboot_disk.typeeditable within nodesets and login nodes ingoogle_hypercomputecluster_cluster(#26615) - colab: added
colab_imagefield togoogle_colab_runtime_templateresource (#26582) - colab: made
google_colab_runtime_templateresource updatable (#26582) - compute: added
hyperdisk-balancedas an option fordisk_typefield ingoogle_container_clusterresource (#26581) - compute: made
backend_servicefield optional forgoogle_compute_target_tcp_proxyresource (#26519) - compute: promoted
resolve_subnet_fieldfield ingoogle_compute_subnetworkresource to GA (#26570) - iambeta: promoted
mode,inline_certificate_issuance_config, andinline_trust_configfields ingoogle_iam_workload_identity_poolresource to GA (#26598) - spanner: added autoscaling config for instance partition and missing asymmetric autoscaling override fields to
google_spanner_instanceresource (#26577) - sql: added
server_certificate_rotation_modefield togoogle_sql_database_instanceresource (#26572) - storage: added
google_managed_encryption_enforcement_config,customer_managed_encryption_enforcement_configandcustomer_supplied_encryption_enforcement_configtogoogle_storage_bucketresource (#26529)
BUG FIXES:
- alloydb: fixed an issue where
password_woandpassword_wo_versionfields were not functioning properly during update requests ingoogle_alloydb_userresource (#26571) - biglake: fixed erroneous diff for the
propertiesfield in thegoogle_biglake_iceberg_tableandgoogle_biglake_iceberg_namespaceresources (#26595) - cloudfunctionsv2: fixed validation to only allow one of
direct_vpc_network_interfaceorvpc_connectorongoogle_cloudfunctions2_functionresource (#26567) - cloudrunv2: fixed validation to only allow one of
network_interfacesorconnectorongoogle_cloud_run_v2_serviceandgoogle_cloud_run_v2_jobresources (#26567) - compute: fixed
google_compute_region_backend_bucketbeing present in thegoogle(GA) provider. It is currently beta-only, and calls to the nonexistent GA API always returned a 404. (#26597) - compute: fixed invalid update mask used for
rate_limit_optionsfield ingoogle_compute_region_security_policy_ruleresource (#26527) - compute: fixed invalid update mask used for
rate_limit_optionsfield ingoogle_compute_security_policyandgoogle_compute_security_policy_ruleresources (#26526) - iambeta: fixed a perma-diff on
modefield forgoogle_iam_workload_identity_poolresource (#26601) - provider: fixed an issue when custom endpoints use
http://(#26600) - vertexai: fixed operation calls in
google_vertex_ai_resources not respectinguniverse_domainandvertex_custom_endpoint(#26556)