Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
fixed http-server
  • Loading branch information
cashfoley authored May 22, 2024
1 parent 154567c commit 604d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firewall/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ resource "google_compute_firewall" "allow-http" {
ports = ["80"]
}

target_tags = ["http-server2"]
target_tags = ["http-server"]
source_ranges = ["0.0.0.0/0"]
}

0 comments on commit 604d00f

Please sign in to comment.