File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Connecting [Google Cloud NetApp Volumes](https://cloud.google.com/netapp/volumes
5757## License
5858
5959<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
60- Copyright 2024 Google LLC
60+ Copyright 2025 Google LLC
6161
6262Licensed under the Apache License, Version 2.0 (the "License");
6363you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2024 Google LLC
2+ * Copyright 2025 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
4646 service = var. service_name
4747 reserved_peering_ranges = [google_compute_global_address . private_ip_alloc . name ]
4848 deletion_policy = var. deletion_policy
49+ update_on_creation_fail = var. deletion_policy == " ABANDON" ? true : null
4950}
5051
5152# Google Cloud NetApp Volumes need enablement of custom_route import and export
You can’t perform that action at this time.
0 commit comments