Skip to content

Commit d6b73f5

Browse files
trodgemelinath
andauthored
Update CHANGELOG.md (#9923)
* Update CHANGELOG.md * Apply suggestions from code review --------- Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
1 parent 937ce93 commit d6b73f5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## 6.33.0 (Unreleased)
22

3+
DEPRECATIONS:
4+
* 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. ([#9902](https://github.com/hashicorp/terraform-provider-google-beta/pull/9902))
5+
6+
FEATURES:
7+
* **New Resource:** `google_apigee_security_profile_v2` ([#9895](https://github.com/hashicorp/terraform-provider-google-beta/pull/9895))
8+
* **New Resource:** `google_resource_manager_capability` ([#9917](https://github.com/hashicorp/terraform-provider-google-beta/pull/9917))
9+
10+
IMPROVEMENTS:
11+
* bigtable: added `cluster.node_scaling_factor` field to `google_bigtable_instance` resource ([#9907](https://github.com/hashicorp/terraform-provider-google-beta/pull/9907))
12+
* cloudrunv2: added `scaling_mode` and `manual_instance_count` fields to `google_cloud_run_v2_service` resource ([#9908](https://github.com/hashicorp/terraform-provider-google-beta/pull/9908))
13+
* filestore: added `directory_services` field to `google_filestore_instance` (beta) ([#9919](https://github.com/hashicorp/terraform-provider-google-beta/pull/9919))
14+
* networkconnectivity: added `state_reason` field to `spoke` resource ([#9896](https://github.com/hashicorp/terraform-provider-google-beta/pull/9896))
15+
* sql: added `connection_pool_config` field. ([#9918](https://github.com/hashicorp/terraform-provider-google-beta/pull/9918))
16+
* vpcaccess: changed fields `min_instances`, `max_instances`, `machine_type` to allow update `google_vpc_access_connector` without without recreation. ([#9914](https://github.com/hashicorp/terraform-provider-google-beta/pull/9914))
17+
18+
BUG FIXES:
19+
* compute: fixed the bug when validating the subnetwork project in `google_compute_instance` resource ([#9913](https://github.com/hashicorp/terraform-provider-google-beta/pull/9913))
20+
* workbench: fixed a permadiff on `metadata` of `instance-region` in `google_workbench_instance` resource ([#9903](https://github.com/hashicorp/terraform-provider-google-beta/pull/9903))
21+
322
## 6.32.0 (Apr 25, 2025)
423

524
IMPROVEMENTS:

0 commit comments

Comments
 (0)