|
1 | 1 | ## 6.36.0 (Unreleased)
|
2 | 2 |
|
| 3 | +DEPRECATIONS: |
| 4 | +* beyondcorp: deprecated `google_beyondcorp_application`. ([#9968](https://github.com/hashicorp/terraform-provider-google-beta/pull/9968)) |
| 5 | +* firestore: deprecated `deletion_policy` field of `google_firestore_database` resource ([#9976](https://github.com/hashicorp/terraform-provider-google-beta/pull/9976)) |
| 6 | + |
| 7 | +FEATURES: |
| 8 | +* **New Data Source:** `google_beyondcorp_security_gateway` ([#9996](https://github.com/hashicorp/terraform-provider-google-beta/pull/9996)) |
| 9 | +* **New Data Source:** `google_lustre_instance` ([#9978](https://github.com/hashicorp/terraform-provider-google-beta/pull/9978)) |
| 10 | +* **New Resource:** `google_bigquery_row_access_policy` ([#10004](https://github.com/hashicorp/terraform-provider-google-beta/pull/10004)) |
| 11 | +* **New Resource:** `google_dataplex_glossary` ([#9997](https://github.com/hashicorp/terraform-provider-google-beta/pull/9997)) |
| 12 | +* **New Resource:** `google_firebase_app_hosting_default_domain` ([#9966](https://github.com/hashicorp/terraform-provider-google-beta/pull/9966)) |
| 13 | +* **New Resource:** `google_firebase_app_hosting_domain` ([#9966](https://github.com/hashicorp/terraform-provider-google-beta/pull/9966)) |
| 14 | +* **New Resource:** `google_firebase_app_hosting_traffic` ([#9966](https://github.com/hashicorp/terraform-provider-google-beta/pull/9966)) |
| 15 | +* **New Resource:** `google_iam_workload_identity_pool_iam_*` ([#9990](https://github.com/hashicorp/terraform-provider-google-beta/pull/9990)) |
| 16 | + |
| 17 | +IMPROVEMENTS: |
| 18 | +* beyondcorp: increased default timeouts on `google_beyondcorp_app_gateway ` operations from 20m to 40m ([#10003](https://github.com/hashicorp/terraform-provider-google-beta/pull/10003)) |
| 19 | +* bigtable: added `deletion_protection` field to `google_bigtable_logical_view` resource ([#9969](https://github.com/hashicorp/terraform-provider-google-beta/pull/9969)) |
| 20 | +* compute: added 'H2C' as a supported value for `protocol` in `google_compute_backend_service` and `google_compute_region_backend_service` ([#9994](https://github.com/hashicorp/terraform-provider-google-beta/pull/9994)) |
| 21 | +* compute: added `external_managed_backend_bucket_migration_state` and `external_managed_backend_bucket_migration_testing_percentage` to `google_compute_global_forwarding_rule` resource. ([#9985](https://github.com/hashicorp/terraform-provider-google-beta/pull/9985)) |
| 22 | +* compute: added `external_managed_migration_state` and `external_managed_migration_testing_percentage` to `google_compute_backend_service` resource. ([#9985](https://github.com/hashicorp/terraform-provider-google-beta/pull/9985)) |
| 23 | +* compute: added `force_attach` field to `boot_disk` and `attached_disk` of `google_compute_instance` resource ([#9999](https://github.com/hashicorp/terraform-provider-google-beta/pull/9999)) |
| 24 | +* compute: added `numeric_id` to `google_compute_instance_template` resource ([#9975](https://github.com/hashicorp/terraform-provider-google-beta/pull/9975)) |
| 25 | +* compute: added the numeric id as `generated_id` attribute to the `google_compute_network_endpoint_group` ([#9984](https://github.com/hashicorp/terraform-provider-google-beta/pull/9984)) |
| 26 | +* compute: added update support for `load_balancing_scheme` in `google_compute_backend_service` and `google_compute_global_forwarding_rule` resources to allow migrating between classic and global external ALB ([#9985](https://github.com/hashicorp/terraform-provider-google-beta/pull/9985)) |
| 27 | +* container: added `in_transit_encryption_config` field in `google_container_cluster` resource ([#9972](https://github.com/hashicorp/terraform-provider-google-beta/pull/9972)) |
| 28 | +* container: allowed in-place update `node_config.windows_node_config` field in `google_container_cluster` and `google_container_node_pool` resource ([#9986](https://github.com/hashicorp/terraform-provider-google-beta/pull/9986)) |
| 29 | +* container: allowed in-place update for `node_config.storage_pools` field in `google_container_cluster` and `google_container_node_pool` resourcee ([#9967](https://github.com/hashicorp/terraform-provider-google-beta/pull/9967)) |
| 30 | +* dialogflowcx: added `event_handlers.trigger_fulfillment.enable_generative_fallback` field to `google_dialogflow_cx_flow` resource ([#9958](https://github.com/hashicorp/terraform-provider-google-beta/pull/9958)) |
| 31 | +* dialogflowcx: added `gen_app_builder_settings` field to `google_dialogflow_cx_agent` resource ([#9971](https://github.com/hashicorp/terraform-provider-google-beta/pull/9971)) |
| 32 | +* iambeta: added `mode`, `inline_certificate_issuance_config`, and `inline_trust_config` fields to `google_iam_workload_identity_pool` resource ([#9990](https://github.com/hashicorp/terraform-provider-google-beta/pull/9990)) |
| 33 | +* vmwareengine: increased `google_cloud_vmwareengine_private_cloud` timeout to 6 hours. ([#9974](https://github.com/hashicorp/terraform-provider-google-beta/pull/9974)) |
| 34 | + |
| 35 | +BUG FIXES: |
| 36 | +* compute: added global retry for "resourceNotReady for Networks" 400 errors ([#9970](https://github.com/hashicorp/terraform-provider-google-beta/pull/9970)) |
| 37 | +* dialogflowcx: fixed an issue where `dialogflow_cx_custom_endpoint` is not correctedly handled ([#9995](https://github.com/hashicorp/terraform-provider-google-beta/pull/9995)) |
| 38 | +* iamoauthclient: marked `google_iam_oauth_client_credential.client_secret` as sensitive ([#9992](https://github.com/hashicorp/terraform-provider-google-beta/pull/9992)) |
| 39 | +* resourcemanager: fixed an issue in `google_projects` data source where the provider `universe_domain` did not overwrite the list URL ([#9964](https://github.com/hashicorp/terraform-provider-google-beta/pull/9964)) |
| 40 | + |
3 | 41 | ## 6.35.0 (May 13, 2025)
|
4 | 42 |
|
5 | 43 | FEATURES:
|
|
0 commit comments