Skip to content

Commit

Permalink
Make PSA connection more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Dec 26, 2024
1 parent c9cb935 commit cc29a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/net-vpc/psa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ resource "google_service_networking_connection" "psa_connection" {
service = each.key
reserved_peering_ranges = formatlist("${each.value.key}%s", keys(each.value.ranges))
deletion_policy = each.value.deletion_policy
depends_on = [google_compute_global_address.psa_ranges]
}

resource "google_compute_network_peering_routes_config" "psa_routes" {
Expand Down

0 comments on commit cc29a40

Please sign in to comment.