Skip to content

Commit 136143e

Browse files
committed
Fix destroy for service networking connection
1 parent 893f49e commit 136143e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/gke/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ resource "google_service_networking_connection" "private_vpc_connection" {
7474
lifecycle {
7575
create_before_destroy = true
7676
}
77+
78+
deletion_policy = "ABANDON"
7779
}
7880

7981
resource "google_service_account" "workload_identity_sa" {

0 commit comments

Comments
 (0)