We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c6d53f + 029413c commit 1461f0eCopy full SHA for 1461f0e
main.tf
@@ -13,7 +13,8 @@ resource "google_compute_region_health_check" "backend_service_loadbalancer_heal
13
}
14
15
locals {
16
- 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.
17
+ healthcheck_prober_ip_ranges = ["35.191.0.0/16", "209.85.152.0/22", "209.85.204.0/22"]
18
19
20
resource "google_compute_region_backend_service" "accesstier" {
0 commit comments