Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Add updated health check subnet for Google
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
gingersnapz authored Mar 6, 2020
1 parent 25e6ce7 commit 8ffcfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vault-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ resource "google_compute_firewall" "allow_inbound_health_check" {
}

# Per https://goo.gl/xULu8U, all Google Cloud Health Check requests will be sent from 35.191.0.0/16
source_ranges = ["35.191.0.0/16"]
source_ranges = ["35.191.0.0/16", "130.211.0.0/22"]
target_tags = [var.cluster_tag_name]
}

Expand Down

0 comments on commit 8ffcfbe

Please sign in to comment.