Skip to content

Commit 69aca80

Browse files
author
Dan Hiris
committed
external network load balancers need to allow different CIDRs for health checks
1 parent 81d62ec commit 69aca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

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

1515
locals {
16-
healthcheck_prober_ip_ranges = [35.191.0.0/16, 209.85.152.0/22, 209.85.204.0/22]
16+
healthcheck_prober_ip_ranges = ["35.191.0.0/16", "209.85.152.0/22", "209.85.204.0/22"]
1717
}
1818

1919
resource "google_compute_region_backend_service" "accesstier" {

0 commit comments

Comments
 (0)