Skip to content

Commit

Permalink
Use lb arn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 25, 2024
1 parent 2780abb commit 180ca95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloud/modules/networking/elb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_lb_target_group" "lb_target_group" {
}

resource "aws_lb_listener" "lb_listener" {
load_balancer_arn = aws_lb.lb
load_balancer_arn = aws_lb.lb.arn
port = 80
protocol = "HTTP"

Expand Down

0 comments on commit 180ca95

Please sign in to comment.