Skip to content

Commit 6a89d11

Browse files
authored
Update main.tf
1 parent 902a1c6 commit 6a89d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "google_compute_firewall" "web" {
4343

4444
allow {
4545
protocol = "tcp"
46-
ports = ["443"]
46+
ports = ["80"]
4747
}
4848

4949
target_tags = ["${var.name}-firewall-web"]

0 commit comments

Comments
 (0)