Skip to content

Commit

Permalink
fix: IP dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Mar 12, 2024
1 parent 6f97315 commit 8475349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ resource "google_compute_router_nat" "airbyte_nat" {
min_ports_per_vm = 64

source_subnetwork_ip_ranges_to_nat = "ALL_SUBNETWORKS_ALL_IP_RANGES"

lifecycle {
replace_triggered_by = [google_compute_address.airbyte_external_ip]
}
}

resource "google_compute_route" "internet_route" {
Expand Down

0 comments on commit 8475349

Please sign in to comment.