Skip to content

chore(deps): update terraform to ~> 7.39.0#5650

Merged
cuixq merged 1 commit into
google:masterfrom
renovate-bot:renovate/terraform
Jul 15, 2026
Merged

chore(deps): update terraform to ~> 7.39.0#5650
cuixq merged 1 commit into
google:masterfrom
renovate-bot:renovate/terraform

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change Pending
google (source) required_provider minor ~> 7.35.0~> 7.39.0 7.40.0
google-beta (source) required_provider minor ~> 7.35.0~> 7.39.0 7.40.0

Release Notes

hashicorp/terraform-provider-google (google)

v7.39.0

Compare Source

NOTES:

  • compute: migrated google_compute_instance_template resource partially to use direct HTTP rather than a client library (#​28010)
  • compute: migrated google_compute_network_peering resource to use direct HTTP rather than a client library (#​28021)
  • compute: migrated metadata handling to use direct HTTP rather than a client library (#​27968)

FEATURES:

  • New Data Source: google_agent_registry_agent (#​28028)
  • New Data Source: google_agent_registry_endpoint (#​28028)
  • New Data Source: google_agent_registry_mcp_server (#​28028)
  • New Data Source: google_compute_instance_groups (#​27981)
  • New Data Source: google_storage_control_folder_intelligence_findings_summary (#​28019)
  • New Data Source: google_storage_control_organization_intelligence_findings_summary (#​28019)
  • New Data Source: google_storage_control_project_intelligence_findings_summary (#​28019)
  • New Resource: google_agent_registry_binding (#​28028)
  • New Resource: google_agent_registry_service (#​28028)
  • New Resource: google_artifact_registry_project_config (#​28009)
  • New Resource: google_chronicle_findings_refinement (#​28035)
  • New Resource: google_compute_bulk_per_instance_config (#​28031)
  • New Resource: google_compute_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_region_resize_request (#​27984)
  • New Resource: google_compute_zone_vm_extension_policy (#​28034)
  • New Resource: google_gke_hub_rollout_sequence (#​28007)
  • New Resource: google_iap_agent_registry_iam_binding (#​28032)
  • New Resource: google_iap_agent_registry_iam_member (#​28032)
  • New Resource: google_iap_agent_registry_iam_policy (#​28032)
  • New Resource: google_iap_location_web_iam_binding (#​28032)
  • New Resource: google_iap_location_web_iam_member (#​28032)
  • New Resource: google_iap_location_web_iam_policy (#​28032)
  • New Resource: google_oracle_database_cloud_exadata_infrastructure_exascale_config (#​28033)
  • New List Resource: google_bigquery_dataset (#​28005)
  • New List Resource: google_compute_cross_site_network (#​28018)
  • New List Resource: google_compute_external_vpn_gateway (#​28018)
  • New List Resource: google_compute_global_network_endpoint_group (#​28018)
  • New List Resource: google_compute_ha_vpn_gateway (#​28018)
  • New List Resource: google_compute_interconnect_attachment_group (#​28018)
  • New List Resource: google_compute_interconnect_group (#​28018)
  • New List Resource: google_compute_public_delegated_prefix (#​28018)
  • New List Resource: google_compute_region_commitment (#​28018)
  • New List Resource: google_compute_region_network_endpoint_group (#​28018)
  • New List Resource: google_compute_vpn_gateway (#​28018)
  • New List Resource: google_compute_wire_group (#​28018)
  • New List Resource: google_folder_iam_member (#​27993)
  • New List Resource: google_kms_crypto_key_version (#​28006)
  • New List Resource: google_project (#​28041)
  • New List Resource: google_project_service (#​27989)

IMPROVEMENTS:

  • bigquery: added external_runtime_options.container_request_concurrency field to google_bigquery_routine resource (#​28029)
  • compute: added instance_lifecycle_policy.on_failed_health_check field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager (ga) (#​27992)
  • container: added new fields shutdown_grace_period_seconds and shutdown_grace_period_critical_pods_seconds to node_kubelet_config block. (#​28015)
  • container: promoted agent_sandbox_config addon field under addons_config in google_container_cluster to GA (#​28017)
  • dataplex: added icon field to google_dataplex_data_product resource (#​27986)
  • dataplex: added name field to google_dataplex_data_product_data_asset resource (#​28020)
  • dlp: added allow_limited_availability_info_types to google_data_loss_prevention_inspect_template (#​28024)
  • networkservices: added forward_attributes field to google_network_services_lb_edge_extension, google_network_services_lb_route_extension, and google_network_services_lb_traffic_extension resources (#​28012)

BUG FIXES:

  • compute: fixed a panic in google_compute_project_metadata and google_compute_project_metadata_item when project common instance metadata items contain null/empty values. (#​28008)
  • compute: fixed a validation error on google_compute_instance (Provisioned IOPS cannot be specified with disk type pd-balanced) that occurred during updates on instances with Hyperdisk Balanced boot disks. (#​27975)
  • dataproc: fixed a bug where changing policy_id on google_dataproc_autoscaling_policy planned an in-place update and failed; it now correctly forces resource replacement (destroy and recreate). (#​28036)
  • firestore: added retries on 409 errors in google_firestore_user_creds resource (#​27972)
  • iam: fixed ephemeral google_service_account_key producing a 404 due to duplicate /keys in the URL when fetch_key = true and name is provided (#​27980)

v7.38.0

Compare Source

v7.37.0

Compare Source

NOTES:

  • compute: migrated EnableDisplay fields in google_compute_instance resources to use direct HTTP rather than a client library (#​27778)
  • compute: migrated desired_status block and startInstanceOperation in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​27755)
  • compute: migrated getInstance, getDisk, Delete and the setMetadata update block in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​27716)
  • compute: migrated part of google_compute_instance to use direct HTTP rather than a client library (#​27788)

DEPRECATIONS:

  • cloudrunv2: deprecated http_get.http_headers.port field in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource because it is not supported in Cloud Run API. This field will be removed in a future major release. (#​27800)
  • cloudsecuritycompliance: deprecated the organization field on google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment. Use parent instead (#​27769)
  • networkservices: deprecated protocols on google_network_services_agent_gateway (#​27802)

FEATURES:

  • New Data Source: google_oracle_database_goldengate_deployment_versions (#​27771)
  • New Data Source: google_storage_control_project_intelligence_finding (#​27764)
  • New Data Source: google_storage_control_project_intelligence_findings (#​27764)
  • New Resource: google_chronicle_parser (#​27801)
  • New Resource: google_migration_center_import_data_file (#​27721)
  • New Resource: google_network_services_agent_gateway (#​27803)
  • New Resource: google_vertex_ai_tensorboard_experiment (#​27796)
  • New List Resource: google_bigquery_dataset_access (#​27758)
  • New List Resource: google_cloud_scheduler_job (#​27758)
  • New List Resource: google_dns_record_set (#​27792)
  • New List Resource: google_monitoring_alert_policy (#​27758)
  • New List Resource: google_pubsub_subscription (#​27758)

IMPROVEMENTS:

  • apigee: added new resource google_apigee_environment_debugmask for managing Apigee environment debug masks (#​27719)
  • backupdr: added support for use_project_service_account flag in google_backup_dr_restore_workload disk and compute restores (#​27797)
  • cloudrunv2: added http_get.http_headers.name field to container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​27800)
  • cloudrunv2: added template.client and template.client_version fields to google_cloud_run_v2_worker_pool resource (#​27757)
  • cloudsecuritycompliance: added support for project parent to google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment via the new parent field. The organization field has been deprecated. (#​27769)
  • compute: added params.resource_manager_tags field to google_compute_reservation resource (#​27770)
  • compute: added data sources for google_compute_target_http_proxy, google_compute_target_https_proxy, google_compute_region_target_http_proxy, and google_compute_region_target_https_proxy (#​27767)
  • container: added addons_config.slurm_operator_config field to google_container_cluster resource (#​27765)
  • container: added node_image_config field to google_container_node_pool and google_container_cluster resources (#​27794)
  • databasemigrationservice: added state and stop_on_warnings fields to google_database_migration_service_migration_job resource (#​27731)
  • dns: added resource identity support for google_dns_record_set resource (#​27792)
  • networksecurity: added network_rules field on google_network_security_authz_policy resource (#​27821)
  • pubsub: added first_revision_id and last_revision_id fields to google_pubsub_topic resource (#​27718)
  • sql: added settings.ip_configuration.psc_config.psc_auto_dns_enabled and settings.ip_configuration.psc_config.psc_write_endpoint_dns_enabled fields to google_sql_database_instance resource (#​27776)

BUG FIXES:

  • apigee: fixed google_apigee_api not detecting local bundle changes due to a missing default on detect_md5hash, and fixed the test sweeper's list URL (#​27791)
  • apigee: fixed google_apigee_security_action update failure by enabling PATCH-based updates now that the Apigee Security Actions API supports mutations (#​27768)
  • apigee: fixed a perma-diff for api_products and scopes fields in google_apigee_developer_app resource when updating them with multiple items (#​27789)
  • apigee: fixed an issue where the resource would attempt recreation if the key_expires_in field was set in google_apigee_developer_app resource (#​27779)
  • ces: fixed persistent diff in google_ces_guardrail when llm_prompt_security is configured with default_settings (#​27766)
  • cloudrun: fixed a permadiff for the run.googleapis.com/gpu-zonal-redundancy-disabled annotation in google_cloud_run_service (#​27787)
  • cloudrunv2: fixed bug where only one http_get.http_headers block could be specified in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​27800)
  • compute: fixed an issue in google_compute_subnetwork where secondary_ip_range entries linked to an internal_range could not be removed and adding new ranges would sometimes fail due to positional shifts (#​27175) (#​27720)
  • compute: fixed diff when using existing_reservations field in google_region_commitment (#​27775)
  • compute: fixed rules in google_compute_security_policy being unnecessarily recreated due to TypeSet hash instability (#​27754)
  • sql: fixed inconsistent result after apply error when adding users of type CLOUD_IAM_GROUP with capitalized domain names for MySQL (#​27784)
  • storage: fixed OOM issue for google_storage_bucket force_destroy by limiting the number of outstanding tasks to 2000 (#​27777)

v7.36.0

Compare Source

hashicorp/terraform-provider-google-beta (google-beta)

v7.39.0

Compare Source

NOTES:

  • compute: migrated google_compute_instance_template resource partially to use direct HTTP rather than a client library (#​12576)
  • compute: migrated google_compute_network_peering resource to use direct HTTP rather than a client library (#​12587)

FEATURES:

  • New Data Source: google_agent_registry_agent (#​12590)
  • New Data Source: google_agent_registry_endpoint (#​12590)
  • New Data Source: google_agent_registry_mcp_server (#​12590)
  • New Data Source: google_compute_instance_groups (#​12554)
  • New Data Source: google_storage_control_folder_intelligence_findings_summary (#​12585)
  • New Data Source: google_storage_control_organization_intelligence_findings_summary (#​12585)
  • New Data Source: google_storage_control_project_intelligence_findings_summary (#​12585)
  • New Resource: google_agent_registry_binding (#​12590)
  • New Resource: google_agent_registry_service (#​12590)
  • New Resource: google_artifact_registry_project_config (#​12575)
  • New Resource: google_biglake_hive_database (#​12580)
  • New Resource: google_compute_bulk_per_instance_config (#​12592)
  • New Resource: google_compute_firewall_policy_iam_binding (#​12552)
  • New Resource: google_compute_firewall_policy_iam_member (#​12552)
  • New Resource: google_compute_firewall_policy_iam_policy (#​12552)
  • New Resource: google_compute_network_firewall_policy_iam_binding (#​12552)
  • New Resource: google_compute_network_firewall_policy_iam_member (#​12552)
  • New Resource: google_compute_network_firewall_policy_iam_policy (#​12552)
  • New Resource: google_compute_region_network_firewall_policy_iam_binding (#​12552)
  • New Resource: google_compute_region_network_firewall_policy_iam_member (#​12552)
  • New Resource: google_compute_region_network_firewall_policy_iam_policy (#​12552)
  • New Resource: google_compute_region_network_policy (#​12579)
  • New Resource: google_compute_zone_vm_extension_policy (#​12595)
  • New Resource: google_iap_agent_registry_iam_binding (#​12593)
  • New Resource: google_iap_agent_registry_iam_member (#​12593)
  • New Resource: google_iap_agent_registry_iam_policy (#​12593)
  • New Resource: google_iap_location_web_iam_binding (#​12593)
  • New Resource: google_iap_location_web_iam_member (#​12593)
  • New Resource: google_iap_location_web_iam_policy (#​12593)
  • New Resource: google_oracle_database_cloud_exadata_infrastructure_exascale_config (#​12594)
  • New Resource: google_vertex_ai_model_garden_enable_model (#​12577)
  • New List Resource: google_bigquery_dataset (#​12571)
  • New List Resource: google_compute_cross_site_network (#​12584)
  • New List Resource: google_compute_external_vpn_gateway (#​12584)
  • New List Resource: google_compute_global_network_endpoint_group (#​12584)
  • New List Resource: google_compute_ha_vpn_gateway (#​12584)
  • New List Resource: google_compute_interconnect_attachment_group (#​12584)
  • New List Resource: google_compute_interconnect_group (#​12584)
  • New List Resource: google_compute_public_delegated_prefix (#​12584)
  • New List Resource: google_compute_region_commitment (#​12584)
  • New List Resource: google_compute_region_network_endpoint_group (#​12584)
  • New List Resource: google_compute_vpn_gateway (#​12584)
  • New List Resource: google_compute_wire_group (#​12584)
  • New List Resource: google_folder_iam_member (#​12565)
  • New List Resource: google_kms_crypto_key_version (#​12572)
  • New List Resource: google_project (#​12602)
  • New List Resource: google_project_service (#​12562)

IMPROVEMENTS:

  • bigquery: added external_runtime_options.container_request_concurrency field to google_bigquery_routine resource (#​12591)
  • compute: added instance_lifecycle_policy.on_failed_health_check field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager (ga) (#​12564)
  • container: added new fields shutdown_grace_period_seconds and shutdown_grace_period_critical_pods_seconds to node_kubelet_config block. (#​12581)
  • dataplex: added icon field to google_dataplex_data_product resource (#​12559)
  • dataplex: added name field to google_dataplex_data_product_data_asset resource (#​12586)
  • dlp: added allow_limited_availability_info_types to google_data_loss_prevention_inspect_template (#​12589)
  • networkservices: added forward_attributes field to google_network_services_lb_edge_extension, google_network_services_lb_route_extension, and google_network_services_lb_traffic_extension resources (#​12578)

BUG FIXES:

  • compute: fixed a panic in google_compute_project_metadata and google_compute_project_metadata_item when project common instance metadata items contain null/empty values. (#​12574)
  • compute: fixed a validation error on google_compute_instance (Provisioned IOPS cannot be specified with disk type pd-balanced) that occurred during updates on instances with Hyperdisk Balanced boot disks. (#​12550)
  • dataproc: fixed a bug where changing policy_id on google_dataproc_autoscaling_policy planned an in-place update and failed; it now correctly forces resource replacement (destroy and recreate). (#​12597)
  • iam: fixed ephemeral google_service_account_key producing a 404 due to duplicate /keys in the URL when fetch_key = true and name is provided (#​12553)

v7.38.0

Compare Source

v7.37.0

Compare Source

NOTES:

  • compute: migrated EnableDisplay fields in google_compute_instance resources to use direct HTTP rather than a client library (#​12456)
  • compute: migrated desired_status block and startInstanceOperation in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​12437)
  • compute: migrated getInstance, getDisk, Delete and the setMetadata update block in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​12418)
  • compute: migrated part of google_compute_instance to use direct HTTP rather than a client library (#​12463)

DEPRECATIONS:

  • cloudrunv2: deprecated http_get.http_headers.port field in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource because it is not supported in Cloud Run API. This field will be removed in a future major release. (#​12476)
  • cloudsecuritycompliance: deprecated the organization field on google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment. Use parent instead (#​12449)
  • networkservices: deprecated protocols on google_network_services_agent_gateway (#​12478)

FEATURES:

  • New Data Source: google_oracle_database_goldengate_deployment_versions (#​12451)
  • New Data Source: google_storage_control_project_intelligence_finding (#​12444)
  • New Data Source: google_storage_control_project_intelligence_findings (#​12444)
  • New Resource: google_chronicle_parser (#​12477)
  • New Resource: google_chronicle_soar_network (#​12439)
  • New Resource: google_migration_center_import_data_file (#​12423)
  • New Resource: google_network_services_agent_gateway (#​12479)
  • New Resource: google_vertex_ai_tensorboard_experiment (#​12472)
  • New List Resource: google_bigquery_dataset_access (#​12441)
  • New List Resource: google_cloud_scheduler_job (#​12441)
  • New List Resource: google_dns_record_set (#​12467)
  • New List Resource: google_monitoring_alert_policy (#​12441)
  • New List Resource: google_pubsub_subscription (#​12441)

IMPROVEMENTS:

  • apigee: added new resource google_apigee_environment_debugmask for managing Apigee environment debug masks (#​12421)
  • backupdr: added support for use_project_service_account flag in google_backup_dr_restore_workload disk and compute restores (#​12473)
  • cloudrunv2: added http_get.http_headers.name field to container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​12476)
  • cloudrunv2: added template.client and template.client_version fields to google_cloud_run_v2_worker_pool resource (#​12440)
  • cloudsecuritycompliance: added support for project parent to google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment via the new parent field. The organization field has been deprecated. (#​12449)
  • compute: added params.resource_manager_tags field to google_compute_reservation resource (#​12450)
  • compute: added data sources for google_compute_target_http_proxy, google_compute_target_https_proxy, google_compute_region_target_http_proxy, and google_compute_region_target_https_proxy (#​12447)
  • container: added addons_config.slurm_operator_config field to google_container_cluster resource (#​12445)
  • container: added node_image_config field to google_container_node_pool and google_container_cluster resources (#​12470)
  • databasemigrationservice: added state and stop_on_warnings fields to google_database_migration_service_migration_job resource (#​12430)
  • dns: added resource identity support for google_dns_record_set resource (#​12467)
  • networksecurity: added network_rules field on google_network_security_authz_policy resource (#​12488)
  • pubsub: added first_revision_id and last_revision_id fields to google_pubsub_topic resource (#​12420)
  • sql: added settings.ip_configuration.psc_config.psc_auto_dns_enabled and settings.ip_configuration.psc_config.psc_write_endpoint_dns_enabled fields to google_sql_database_instance resource (#​12454)

BUG FIXES:

  • apigee: fixed google_apigee_api not detecting local bundle changes due to a missing default on detect_md5hash, and fixed the test sweeper's list URL (#​12466)
  • apigee: fixed google_apigee_security_action update failure by enabling PATCH-based updates now that the Apigee Security Actions API supports mutations (#​12448)
  • apigee: fixed a perma-diff for api_products and scopes fields in google_apigee_developer_app resource when updating them with multiple items (#​12464)
  • apigee: fixed an issue where the resource would attempt recreation if the key_expires_in field was set in google_apigee_developer_app resource (#​12457)
  • backupdr: updated the Beta provider to point to the v1beta API endpoint (#​12461)
  • ces: fixed persistent diff in google_ces_guardrail when llm_prompt_security is configured with default_settings (#​12446)
  • cloudrun: fixed a permadiff for the run.googleapis.com/gpu-zonal-redundancy-disabled annotation in google_cloud_run_service (#​12462)
  • cloudrunv2: fixed bug where only one http_get.http_headers block could be specified in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​12476)
  • compute: fixed an issue in google_compute_subnetwork where secondary_ip_range entries linked to an internal_range could not be removed and adding new ranges would sometimes fail due to positional shifts (#​27175) (#​12422)
  • compute: fixed diff when using existing_reservations field in google_region_commitment (#​12453)
  • compute: fixed rules in google_compute_security_policy being unnecessarily recreated due to TypeSet hash instability (#​12436)
  • sql: fixed inconsistent result after apply error when adding users of type CLOUD_IAM_GROUP with capitalized domain names for MySQL (#​12460)
  • storage: fixed OOM issue for google_storage_bucket force_destroy by limiting the number of outstanding tasks to 2000 (#​12455)

v7.36.0

Compare Source

FEATURES:

  • New Data Source: google_apigee_instance (#​12393)
  • New Data Source: google_oracle_database_goldengate_deployment_types (#​12361)
  • New Resource: google_apigee_datastore (#​12358)
  • New Resource: google_chronicle_customlist (#​12378)
  • New Resource: google_chronicle_environment (#​12385)
  • New Resource: google_chronicle_findings_refinement (#​12348)
  • New Resource: google_discovery_engine_search_engine_iam_binding (#​12409)
  • New Resource: google_iam_organization_access_policy (#​12398)
  • New Resource: google_license_manager_configuration (#​12413)
  • New Resource: google_migration_center_import_job (#​12351)
  • New List Resource: google_compute_disk (#​12359)
  • New List Resource: google_compute_image (#​12359)
  • New List Resource: google_compute_snapshot (#​12359)
  • New List Resource: google_storage_hmac_key (#​12364)

IMPROVEMENTS:

  • accesscontextmanager: added in-place update for egress_from and egress_to fields in google_access_context_manager_service_perimeter_egress_policy resource (#​12397)
  • accesscontextmanager: added in-place update for egress_from and egress_to fields in google_access_context_manager_service_perimeter_ingress_policy resource (#​12397)
  • bigquery: added IAM support (google_bigquery_routine_iam_policy, google_bigquery_routine_iam_binding, google_bigquery_routine_iam_member) for google_bigquery_routine (#​12410)
  • bigtable: added automated_backup_policy.locations field in google_bigtable_table resource (#​12365)
  • ces: added agent_tool, file_search_tool, and widget_tool support to the google_ces_tool resource (#​12392)
  • ces: added google_search_tool.prompt_config and data_store_tool.data_store_source fields in google_ces_tool resource (#​12392)
  • ces: exposed remote_agent_tool, connector_tool, and mcp_tool as read-only (output-only) attributes in google_ces_tool (#​12392)
  • container: added node_creation_config field to google_container_cluster resource (#​12408)
  • container: added node_drain_config.pdb_timeout_duration and node_drain_config.grace_termination_duration fields to google_container_node_pool and google_container_cluster resources (#​12401)
  • data_catalog: added RICHTEXT to allowed values of primitive_type on google_data_catalog_tag_template fields. (#​12383)
  • dataform: added disabled field to google_dataform_repository_workflow_config resource (#​12394)
  • dataplex: added IAM support for google_dataplex_data_product (iam_policy, iam_binding, iam_member) (#​12371)
  • dataplex: added access_approval_config field to google_dataplex_data_product (#​12371)
  • firebaseailogic: added regional_propagation_disabled field to google_firebase_ai_logic_prompt_template and google_firebase_ai_logic_prompt_template_lock resources (#​12349)
  • hypercomputecluster: marked network_resources field as required in google_hypercomputecluster_cluster resource to align with API validation (#​12374)
  • securesourcemanager: added psc_allowed_projects field to google_secure_source_manager_instance resource (#​12402)
  • securityscanner: added ignore_http_status_errors field to google_security_scanner_scan_config resource (#​12352)
  • workbench: added NVIDIA_RTX6000 to the supported gce_setup.accelerator_configs.type values on google_workbench_instance (#​12415)

BUG FIXES:

  • apigee: send zero values for ip_header_index in google_apigee_environment (#​12381)
  • backupdr: fixed an issue where google_backup_dr_restore_workload did not use the correct API JSON names for networking/reservation fields (#​12391)
  • compute: fixed an issue where updating connection_limit in the consumer_accept_lists block of google_compute_service_attachment would not trigger a resource update. (#​12395)
  • compute: fixed regional backend reference in google_compute_regional_url_map (#​12411)
  • dlp: fixed error when reading google_data_loss_prevention_discovery_config caused by nested error details (#​12380)
  • firebaseailogic: fixed perma-diff in google_firebase_ai_logic_config template_only field on google_firebase_ai_logic_config resource (#​12375)
  • sql: fixed permadiff on connection_pool_config when connection_pooling_enabled is set to false (#​12417)
  • storage: fixed missing identity error when updating values in google_storage_bucket resource (#​12356)
  • tags: fixed google_tags_location_tag_binding failing with Operation location does not match service location 'global' during creation (#​12379)
  • vertexai: fixed terraform import of google_vertex_ai_index_endpoint_deployed_index failing with "Cannot determine region" when provider-level region/zone is unset (#​12399)

Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • "before 6am on wednesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Jul 14, 2026
@cuixq
cuixq merged commit efbf8b2 into google:master Jul 15, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants