Skip to content

Commit

Permalink
remove deletion_policy in google_service_networking_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Hernández committed Jun 13, 2024
1 parent acd7a12 commit a8c7aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,5 @@ resource "google_compute_global_address" "private_ip_address" {
resource "google_service_networking_connection" "private_vpc_connection" {
network = google_compute_network.tfe_vpc.self_link
service = "servicenetworking.googleapis.com"
deletion_policy = "ABANDON"
reserved_peering_ranges = [google_compute_global_address.private_ip_address.name]
}

0 comments on commit a8c7aba

Please sign in to comment.