Skip to content

Commit

Permalink
Merge pull request #96 from CSSE6400/86
Browse files Browse the repository at this point in the history
fixing port number
  • Loading branch information
86LAK authored May 22, 2024
2 parents e90c6b3 + 123b226 commit eccd248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ resource "aws_security_group" "unibasement_frontend" {
}

ingress {
from_port = 22
to_port = 22
from_port = 3000
to_port = 3000
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}
Expand Down

0 comments on commit eccd248

Please sign in to comment.