|
1 |
| -## 6.33.0 (Unreleased) |
| 1 | +## 6.35.0 (Unreleased) |
| 2 | + |
| 3 | +## 6.34.0 (May 6, 2025) |
| 4 | + |
| 5 | +DEPRECATIONS: |
| 6 | +* tpu: deprecated `google_tpu_node` resource. `google_tpu_node` is deprecated and will be removed in a future major release. Use `google_tpu_v2_vm` instead. ([#22552](https://github.com/hashicorp/terraform-provider-google/pull/22552)) |
| 7 | + |
| 8 | +FEATURES: |
| 9 | +* **New Resource:** `google_apigee_security_profile_v2` ([#22524](https://github.com/hashicorp/terraform-provider-google/pull/22524)) |
| 10 | + |
| 11 | +IMPROVEMENTS: |
| 12 | +* bigtable: added `cluster.node_scaling_factor` field to `google_bigtable_instance` resource ([#22560](https://github.com/hashicorp/terraform-provider-google/pull/22560)) |
| 13 | +* cloudrunv2: added `scaling_mode` and `manual_instance_count` fields to `google_cloud_run_v2_service` resource ([#22561](https://github.com/hashicorp/terraform-provider-google/pull/22561)) |
| 14 | +* networkconnectivity: added `state_reason` field to `google_network_connectivity_spoke ` resource ([#22525](https://github.com/hashicorp/terraform-provider-google/pull/22525)) |
| 15 | +* sql: added `connection_pool_config` field to the `google_sql_database_instance` resource ([#22583](https://github.com/hashicorp/terraform-provider-google/pull/22583)) |
| 16 | +* vpcaccess: changed fields `min_instances`, `max_instances`, `machine_type` to allow update `google_vpc_access_connector` without recreation. ([#22572](https://github.com/hashicorp/terraform-provider-google/pull/22572)) |
| 17 | + |
| 18 | +BUG FIXES: |
| 19 | +* compute: fixed the bug when validating the subnetwork project in `google_compute_instance` resource ([#22571](https://github.com/hashicorp/terraform-provider-google/pull/22571)) |
| 20 | +* workbench: fixed a permadiff on `metadata` of `instance-region` in `google_workbench_instance` resource ([#22553](https://github.com/hashicorp/terraform-provider-google/pull/22553)) |
| 21 | + |
| 22 | +## 6.33.0 (Apr 29, 2025) |
| 23 | + |
| 24 | +FEATURES: |
| 25 | +* **New Data Source:** `google_memcache_instance` ([#22477](https://github.com/hashicorp/terraform-provider-google/pull/22477)) |
| 26 | +* **New Resource:** `google_bigtable_logical_view` ([#22499](https://github.com/hashicorp/terraform-provider-google/pull/22499)) |
| 27 | +* **New Resource:** `google_bigtable_materialized_view` ([#22475](https://github.com/hashicorp/terraform-provider-google/pull/22475)) |
| 28 | +* **New Resource:** `google_compute_region_security_policy_rule` (ga) ([#22443](https://github.com/hashicorp/terraform-provider-google/pull/22443)) |
| 29 | +* **New Resource:** `google_compute_region_security_policy` (ga) ([#22443](https://github.com/hashicorp/terraform-provider-google/pull/22443)) |
| 30 | +* **New Resource:** `google_os_config_v2_policy_orchestrator_for_folder` ([#22441](https://github.com/hashicorp/terraform-provider-google/pull/22441)) |
| 31 | + |
| 32 | +IMPROVEMENTS: |
| 33 | +* beyondcorp: added `upstreams` fields to `google_beyondcorp_application` resource ([#22514](https://github.com/hashicorp/terraform-provider-google/pull/22514)) |
| 34 | +* compute: added fields like `raw_key`, `rsa_encrypted_key`, `kms_key_service_account` to all relevant resources on `google_compute_instance_template` and `google_compute_region_instance_template` ([#22503](https://github.com/hashicorp/terraform-provider-google/pull/22503)) |
| 35 | +* compute: added `disk_id` to `google_compute_region_disk` resource ([#22462](https://github.com/hashicorp/terraform-provider-google/pull/22462)) |
| 36 | +* compute: marked `location` field as required in `google_compute_interconnect` resource ([#22480](https://github.com/hashicorp/terraform-provider-google/pull/22480)) |
| 37 | +* container: added `data_cache_count` to `ephemeral_storage_local_ssd_config` for `google_container_node_pool` ([#22456](https://github.com/hashicorp/terraform-provider-google/pull/22456)) |
| 38 | +* container: added update for `gvnic` to `google_container_node_pool` ([#22421](https://github.com/hashicorp/terraform-provider-google/pull/22421)) |
| 39 | +* dataplex: added `notification_report` field to `google_dataplex_datascan` resource ([#22464](https://github.com/hashicorp/terraform-provider-google/pull/22464)) |
| 40 | +* gkehub: added `configmanagement.config_sync.deployment_overrides` field to `google_gke_hub_feature_membership` resource ([#22403](https://github.com/hashicorp/terraform-provider-google/pull/22403)) |
| 41 | +* identityplatform: added `response_type` field to `google_identity_platform_oauth_idp_config` ([#22463](https://github.com/hashicorp/terraform-provider-google/pull/22463)) |
| 42 | +* networkservices: added `metadata` field to `google_networkservices_lbtrafficextension` resource ([#22454](https://github.com/hashicorp/terraform-provider-google/pull/22454)) |
| 43 | +* sql: added output-only field `dns_names` to `google_sql_database_instance` resource ([#22502](https://github.com/hashicorp/terraform-provider-google/pull/22502)) |
| 44 | +* storage: added new fields `time_created` and `updated` in `google_storage_bucket` ([#22500](https://github.com/hashicorp/terraform-provider-google/pull/22500)) |
| 45 | +* storagetransfer: added `transfer_spec.aws_s3_data_source.managed_private_network` field to `google_storage_transfer_job` resource ([#22509](https://github.com/hashicorp/terraform-provider-google/pull/22509)) |
| 46 | + |
| 47 | +BUG FIXES: |
| 48 | +* alloydb: stopped diffs when `google_alloydb_instance.network_config` is not specified as the API newly returns a value. Removing the field from config will no longer create a diff and will preserve the current value ([#22504](https://github.com/hashicorp/terraform-provider-google/pull/22504)) |
| 49 | +* clouddeploy: allowed sending empty block for `rollback` field in `google_clouddeploy_automation` resource. ([#22501](https://github.com/hashicorp/terraform-provider-google/pull/22501)) |
| 50 | +* compute: fixed an issue preventing `terms.priority` from being set to priority value 0 in `google_compute_router_route_policy` resource ([#22417](https://github.com/hashicorp/terraform-provider-google/pull/22417)) |
| 51 | +* securesourcemanager: increased default timeouts on `google_secure_source_manager_instance` operations to 120m from 60m. Operations could take longer than an hour. ([#22483](https://github.com/hashicorp/terraform-provider-google/pull/22483)) |
| 52 | +* sql: replaced the Terraform-based default value for `settings.disk_type` in `google_sql_database_instance` with a server-assigned default, allowing for compatibility with machine types that require `HyperDisk_Balanced` ([#22485](https://github.com/hashicorp/terraform-provider-google/pull/22485)) |
| 53 | +* workstations: increased default timeouts on `google_workstations_workstation_cluster` operations to 120m from 60m. Operations could take longer than an hour. ([#22482](https://github.com/hashicorp/terraform-provider-google/pull/22482)) |
2 | 54 |
|
3 | 55 | ## 6.32.0 (Apr 25, 2025)
|
4 | 56 |
|
|
0 commit comments