Skip to content

Commit

Permalink
Merge pull request #9 from danhiris/main
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
danhiris authored Feb 8, 2023
2 parents 8c6d53f + 029413c commit 1461f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ resource "google_compute_region_health_check" "backend_service_loadbalancer_heal
}

locals {
healthcheck_prober_ip_ranges = ["35.191.0.0/16", "130.211.0.0/22"]
# The health check for external NLBs come from these 3 CIDRs.
healthcheck_prober_ip_ranges = ["35.191.0.0/16", "209.85.152.0/22", "209.85.204.0/22"]
}

resource "google_compute_region_backend_service" "accesstier" {
Expand Down

0 comments on commit 1461f0e

Please sign in to comment.