Updatestf-gcp

Update Brief: v7.15.0 → v7.16.0

v7.15.0v7.16.0Verified February 17, 2026

TL;DR

  • The google_cloud_run_v2_worker_pool resource has deprecated the custom_audience field.
  • A new data source google_compute_routers has been added.
  • The google_backup_dr_backup_plan resource now includes the max_custom_on_demand_retention_days field.
  • Support for merge and update operations has been added to the schema field in the google_bigquery_table resource.
  • Multiple resources have been updated with new fields and enum values, including google_bigtable_schema_bundle, google_compute_interconnect_attachment, and google_container_node_pool.
  • What Changed

  • Deprecation: The custom_audience field in the google_cloud_run_v2_worker_pool resource has been deprecated.
  • Feature: New capabilities have been added to multiple resources, including:
  • - google_compute_routers: New data source.

    - google_backup_dr_restore_workload: New resource.

    - google_backup_dr_backup_plan: Added max_custom_on_demand_retention_days field.

    - google_bigquery_table: Added support for merge and update operations in the schema field.

    - google_bigtable_schema_bundle: Added etag field.

    - google_compute_interconnect_attachment: Added BPS_400G enum value to bandwidth field.

    - google_container_node_pool: Added registry_hosts field to containerd_config.

    - google_dataplex_datascan: Added one_time field.

    - google_datastream_connection_profile: Added postgresql_profile.ssl_config.

    - google_network_services_authz_extension: Added EXT_AUTHZ_GRPC enum value to wire_format field.

    - google_network_services_multicast_domain_activation: Added disable_placement_policy field.

    - google_network_services_lb_route_extension: Added metadata, supported_events, request_body_send_mode, and observability_mode fields.

    - google_scc_v2_project_notification_config: Added support for supplying location values other than "GLOBAL".

    - google_storage_insights_dataset_config: Added activity_data_retention_period_days field.

    - google_workbench_instance: Added support to set post-startup script metadata keys with managed EUC.

    Who's Impacted

    If you are using the google_cloud_run_v2_worker_pool resource, you will need to remove the custom_audience field from your configuration. If you are using any of the updated resources, you may need to update your configuration to take advantage of the new fields and capabilities. If you are relying on the deprecated custom_audience field, you will need to find an alternative solution.

    Action Checklist

  • ☐ Review the google_cloud_run_v2_worker_pool resource configuration and remove the custom_audience field.
  • ☐ Update the google_backup_dr_backup_plan resource configuration to include the max_custom_on_demand_retention_days field.
  • ☐ Take advantage of the new data source google_compute_routers.
  • ☐ Use the new google_backup_dr_restore_workload resource.
  • ☐ Update the google_bigquery_table resource configuration to use the new merge and update operations in the schema field.
  • ☐ Use the new etag field in the google_bigtable_schema_bundle resource.
  • ☐ Update the google_compute_interconnect_attachment resource configuration to use the new BPS_400G enum value.
  • ☐ Use the new registry_hosts field in the google_container_node_pool resource.
  • ☐ Update the google_dataplex_datascan resource configuration to use the new one_time field.
  • ☐ Use the new postgresql_profile.ssl_config in the google_datastream_connection_profile resource.
  • ☐ Update the google_network_services_authz_extension resource configuration to use the new EXT_AUTHZ_GRPC enum value.
  • ☐ Use the new disable_placement_policy field in the google_network_services_multicast_domain_activation resource.
  • ☐ Update the google_network_services_lb_route_extension resource configuration to use the new fields.
  • ☐ Use the new location values in the google_scc_v2_project_notification_config resource.
  • ☐ Update the google_storage_insights_dataset_config resource configuration to use the new activity_data_retention_period_days field.
  • ☐ Use the new post-startup script metadata keys with managed EUC in the google_workbench_instance resource.
  • Verification

    The information in this update brief is based on the following sources:

  • Release v7.16.0: https://github.com/hashicorp/terraform-provider-google/releases/tag/v7.16.0
  • Release v7.15.0: https://github.com/hashicorp/terraform-provider-google/releases/tag/v7.15.0
  • Last verified at: 2026-02-17T12:16:02.368187+00:00

    📎 Sources