Skip to content

Commit

Permalink
Merge pull request #70 from pluralsh/fix/gcp
Browse files Browse the repository at this point in the history
fix(tf): try update on gcp network connection creation fail
  • Loading branch information
zreigz authored Nov 20, 2024
2 parents c4cb662 + 504c6a8 commit df88d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/clouds/gcp/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ resource "google_service_networking_connection" "postgres" {
network = module.gcp-network.network_id
service = "servicenetworking.googleapis.com"
reserved_peering_ranges = [google_compute_global_address.private_ip_alloc[0].name]
update_on_creation_fail = true
}

0 comments on commit df88d82

Please sign in to comment.