|
1 | 1 | ## 7.16.0 (Unreleased) |
2 | 2 |
|
| 3 | +DEPRECATIONS: |
| 4 | +* cloudrunv2: deprecated `custom_audience` field in the `google_cloud_run_v2_worker_pool` resource, as this field is not applicable to the WorkerPools resource ([#25688](https://github.com/hashicorp/terraform-provider-google/pull/25688)) |
| 5 | + |
| 6 | +FEATURES: |
| 7 | +* **New Data Source:** `google_compute_routers` ([#25715](https://github.com/hashicorp/terraform-provider-google/pull/25715)) |
| 8 | +* **New Resource:** `google_network_connectivity_destination` ([#25663](https://github.com/hashicorp/terraform-provider-google/pull/25663)) |
| 9 | +* **New Resource:** `google_backup_dr_restore_workload` ([#25723](https://github.com/hashicorp/terraform-provider-google/pull/25723)) |
| 10 | + |
| 11 | +IMPROVEMENTS: |
| 12 | +* backupdr: added `max_custom_on_demand_retention_days` field to `google_backup_dr_backup_plan` resource ([#25704](https://github.com/hashicorp/terraform-provider-google/pull/25704)) |
| 13 | +* bigquery: added support for merge and update operations for dataPolicies in `schema` field in `google_bigquery_table` resource when `ignore_schema_changes` is defined ([#25721](https://github.com/hashicorp/terraform-provider-google/pull/25721)) |
| 14 | +* bigtable: added `etag` field to `google_bigtable_schema_bundle` resource ([#25687](https://github.com/hashicorp/terraform-provider-google/pull/25687)) |
| 15 | +* compute: added `BPS_400G` enum value to `bandwidth` field in `google_compute_interconnect_attachment` resource ([#25714](https://github.com/hashicorp/terraform-provider-google/pull/25714)) |
| 16 | +* container: added `registry_hosts` field to `containerd_config` in `google_container_cluster` and `google_container_node_pool` resources ([#25705](https://github.com/hashicorp/terraform-provider-google/pull/25705)) |
| 17 | +* dataplex: added `one_time` field to `google_dataplex_datascan` resource ([#25695](https://github.com/hashicorp/terraform-provider-google/pull/25695)) |
| 18 | +* datastream: added `postgresql_profile.ssl_config` to `google_datastream_connection_profile` resource ([#25671](https://github.com/hashicorp/terraform-provider-google/pull/25671)) |
| 19 | +* networkservices: added `EXT_AUTHZ_GRPC` enum value to `wire_format` field in `google_network_services_authz_extension` resource ([#25706](https://github.com/hashicorp/terraform-provider-google/pull/25706)) |
| 20 | +* networkservices: added `disable_placement_policy` field to `google_network_services_multicast_domain_activation` resource ([#25720](https://github.com/hashicorp/terraform-provider-google/pull/25720)) |
| 21 | +* networkservices: added `metadata`, `supported_events`, `request_body_send_mode`, and `observability_mode` fields to `google_network_services_lb_route_extension` resource ([#25702](https://github.com/hashicorp/terraform-provider-google/pull/25702)) |
| 22 | +* securitycenterv2: added support for supplying `location` values other than "GLOBAL" to the `google_scc_v2_project_notification_config` resource ([#25698](https://github.com/hashicorp/terraform-provider-google/pull/25698)) |
| 23 | +* storageinsights: added `activity_data_retention_period_days` field to `google_storage_insights_dataset_config` resource ([#25703](https://github.com/hashicorp/terraform-provider-google/pull/25703)) |
| 24 | +* workbench: added support to set post-startup script metadata keys with managed EUC in `google_workbench_instance` resource ([#25719](https://github.com/hashicorp/terraform-provider-google/pull/25719)) |
| 25 | + |
3 | 26 | ## 7.15.0 (January 6, 2026) |
4 | 27 |
|
5 | 28 | NOTES: |
|
0 commit comments