We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d62ec commit 69aca80Copy full SHA for 69aca80
main.tf
@@ -13,7 +13,7 @@ resource "google_compute_region_health_check" "backend_service_loadbalancer_heal
13
}
14
15
locals {
16
- healthcheck_prober_ip_ranges = [35.191.0.0/16, 209.85.152.0/22, 209.85.204.0/22]
+ healthcheck_prober_ip_ranges = ["35.191.0.0/16", "209.85.152.0/22", "209.85.204.0/22"]
17
18
19
resource "google_compute_region_backend_service" "accesstier" {
0 commit comments