Skip to content

Commit 943eec5

Browse files
authored
Merge pull request GoogleCloudPlatform#4744 from okrause/psa-update
PSA update
2 parents 1474320 + 777b26f commit 943eec5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

community/modules/network/private-service-access/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6262
Licensed under the Apache License, Version 2.0 (the "License");
6363
you may not use this file except in compliance with the License.

community/modules/network/private-service-access/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)