Skip to content

Commit 471ed75

Browse files
authored
Update 5.33 CHANGELOG.md (#7480)
1 parent 06b5632 commit 471ed75

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

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

3+
DEPRECATIONS:
4+
* healthcare: deprecated `notification_config` deprecated `notification_config` in `google_healthcare_fhir_store` resource. Use `notification_configs` instead. ([#7450](https://github.com/hashicorp/terraform-provider-google-beta/pull/7450))
5+
6+
FEATURES:
7+
* **New Data Source:** `google_compute_security_policy` ([#7453](https://github.com/hashicorp/terraform-provider-google-beta/pull/7453))
8+
* **New Resource:** `google_compute_project_cloud_armor_tier` ([#7456](https://github.com/hashicorp/terraform-provider-google-beta/pull/7456))
9+
* **New Resource:** `google_network_services_service_lb_policies` ([#7463](https://github.com/hashicorp/terraform-provider-google-beta/pull/7463))
10+
* **New Resource:** `google_scc_management_organization_event_threat_detection_custom_module` ([#7454](https://github.com/hashicorp/terraform-provider-google-beta/pull/7454))
11+
* **New Resource:** `google_spanner_instance_config` ([#7459](https://github.com/hashicorp/terraform-provider-google-beta/pull/7459))
12+
13+
IMPROVEMENTS:
14+
* appengine: added `flexible_runtime_settings` field to `google_app_engine_flexible_app_version` resource ([#7462](https://github.com/hashicorp/terraform-provider-google-beta/pull/7462))
15+
* bigtable: added `force_destroy` field to `google_bigtable_instance` resource. This will force delete any backups present in the instance and allow the instance to be deleted. ([#7441](https://github.com/hashicorp/terraform-provider-google-beta/pull/7441))
16+
* clouddeploy: added `execution_configs.verbose` field to `google_clouddeploy_target` resource ([#7442](https://github.com/hashicorp/terraform-provider-google-beta/pull/7442))
17+
* compute: added `partner_metadata` field to `google_compute_instance_template` resource ([#7449](https://github.com/hashicorp/terraform-provider-google-beta/pull/7449))
18+
* compute: added `partner_metadata` field to `google_compute_instance` resource ([#7449](https://github.com/hashicorp/terraform-provider-google-beta/pull/7449))
19+
* compute: added `partner_metadata` field to `google_compute_regional_instance_template` resource ([#7449](https://github.com/hashicorp/terraform-provider-google-beta/pull/7449))
20+
* compute: added `standby_policy`, `target_suspended_size` and `target_stopped_size` fields to `google_compute_instance_group_manager` and `google_compute_region_instance_group_manager` resources ([#7436](https://github.com/hashicorp/terraform-provider-google-beta/pull/7436))
21+
* compute: added `storage_pool` field to `google_compute_disk` resource ([#7434](https://github.com/hashicorp/terraform-provider-google-beta/pull/7434))
22+
* container: added `secret_manager_config` field to `google_container_cluster` resource ([#7448](https://github.com/hashicorp/terraform-provider-google-beta/pull/7448))
23+
* dlp: added `secrets_discovery_target`, `cloud_sql_target.filter.database_resource_reference`, and `big_query_target.filter.table_reference` fields to `google_data_loss_prevention_discovery_config` resource ([#7461](https://github.com/hashicorp/terraform-provider-google-beta/pull/7461))
24+
* gkebackup: added `backup_schedule.backup_config.permissive_mode` field to `google_gke_backup_backup_plan` resource ([#7430](https://github.com/hashicorp/terraform-provider-google-beta/pull/7430))
25+
* gkebackup: added `restore_config.restore_order` field to `google_gke_backup_restore_plan` resource ([#7430](https://github.com/hashicorp/terraform-provider-google-beta/pull/7430))
26+
* gkebackup: added `restore_config.volume_data_restore_policy_bindings` field to `google_gke_backup_restore_plan` resource ([#7430](https://github.com/hashicorp/terraform-provider-google-beta/pull/7430))
27+
* gkebackup: added new enum values `MERGE_SKIP_ON_CONFLICT`, `MERGE_REPLACE_VOLUME_ON_CONFLICT` and `MERGE_REPLACE_ON_CONFLICT` to field `restore_config.namespaced_resource_restore_mode` in `google_gke_backup_restore_plan` resource ([#7430](https://github.com/hashicorp/terraform-provider-google-beta/pull/7430))
28+
* healthcare: added `notification_config.send_for_bulk_import` field to `google_healthcare_dicom_store` ([#7457](https://github.com/hashicorp/terraform-provider-google-beta/pull/7457))
29+
* integrationconnectors: added `endpoint_global_access` field to `google_integration_connectors_endpoint_attachment` resource ([#7443](https://github.com/hashicorp/terraform-provider-google-beta/pull/7443))
30+
* netapp: added `backup_config` field to `google_netapp_volume` resource ([#7439](https://github.com/hashicorp/terraform-provider-google-beta/pull/7439))
31+
* redis: added `zone_distribution_config` field to `google_redis_cluster` resource ([#7451](https://github.com/hashicorp/terraform-provider-google-beta/pull/7451))
32+
* resourcemanager: added support for `range_type = "default-domains-netblocks"` in `google_netblock_ip_ranges` data source ([#7440](https://github.com/hashicorp/terraform-provider-google-beta/pull/7440))
33+
* secretmanager: added support for IAM conditions in `google_secret_manager_secret_iam_*` resources ([#7444](https://github.com/hashicorp/terraform-provider-google-beta/pull/7444))
34+
* workstations: added `boot_disk_size_gb`, `enable_nested_virtualization`, and `pool_size` to `host.gce_instance.boost_configs` in `google_workstations_workstation_config` resource ([#7452](https://github.com/hashicorp/terraform-provider-google-beta/pull/7452))
35+
36+
BUG FIXES:
37+
* container: fixed `google_container_node_pool` crash if `node_config.secondary_boot_disks.mode` is not set ([#7460](https://github.com/hashicorp/terraform-provider-google-beta/pull/7460))
38+
* dlp: removed `required` on `inspect_config.limits.max_findings_per_info_type.info_type` field to allow the use of default limit by not setting this field in `google_data_loss_prevention_inspect_template` resource ([#7438](https://github.com/hashicorp/terraform-provider-google-beta/pull/7438))
39+
* provider: fixed application default credential and access token authorization when `universe_domain` is set ([#7433](https://github.com/hashicorp/terraform-provider-google-beta/pull/7433))
40+
341
## 5.32.0 (June 3, 2024)
442

543
NOTES:

0 commit comments

Comments
 (0)