Skip to content

Commit

Permalink
fix: networking connection resource dependency (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Nov 13, 2023
1 parent c6ff28a commit 0bb9f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/inception/gcp/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ resource "google_service_networking_connection" "service" {
network = google_compute_network.vpc.id
service = "servicenetworking.googleapis.com"
reserved_peering_ranges = [google_compute_global_address.peering.name]

depends_on = [google_project_iam_member.inception_destroy]
}

0 comments on commit 0bb9f23

Please sign in to comment.