Skip to content

Commit

Permalink
remove listener_80 that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Jun 12, 2024
1 parent 61f020e commit 1f68bf9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/ecs/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,3 @@ resource "aws_alb_listener" "listener_8080" {
type = "forward"
}
}

# resource "aws_alb_listener" "listener_80" {
# load_balancer_arn = aws_alb.main.arn
# port = 80
# protocol = "HTTP"

# default_action {
# target_group_arn = aws_alb_target_group.main.arn
# type = "forward"
# }
# }

0 comments on commit 1f68bf9

Please sign in to comment.