Skip to content

Commit

Permalink
http_server2
Browse files Browse the repository at this point in the history
  • Loading branch information
runrho2 committed Oct 26, 2024
1 parent 3f9da22 commit 593fc97
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 593fc97

Please sign in to comment.