Skip to content

Commit a858a13

Browse files
authored
Update main.tf
1 parent e57a58b commit a858a13

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
@@ -44,7 +44,7 @@ resource "google_compute_firewall" "web" {
4444

4545
allow {
4646
protocol = "tcp"
47-
ports = ["80"]
47+
ports = ["443"]
4848
}
4949

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

0 commit comments

Comments
 (0)