Skip to content

Commit

Permalink
Set target_tags to wghub in iap_firewall.
Browse files Browse the repository at this point in the history
  • Loading branch information
burghardt committed Aug 20, 2024
1 parent b99aa5f commit be1f34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ resource "google_compute_firewall" "iap_firewall" {
name = "allow-ssh-from-iap"
network = google_compute_network.wghub_network.name
source_ranges = ["35.235.240.0/20"]
target_tags = ["wghub"]

allow {
protocol = "tcp"
Expand Down

0 comments on commit be1f34f

Please sign in to comment.