Skip to content

Commit 029413c

Browse files
author
Dan Hiris
committed
external NLB health check CIDRs
1 parent 256f7a8 commit 029413c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ resource "google_compute_region_health_check" "backend_service_loadbalancer_heal
1313
}
1414

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

0 commit comments

Comments
 (0)