Skip to content

Commit fb7356e

Browse files
committed
Merge branch 'feat/57' into sandbox
2 parents e787e01 + 092cff5 commit fb7356e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

component/ecs-ec2/alb.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "aws_lb" "nomoney_alb" {
4747
}
4848
}
4949
resource "aws_lb_target_group" "nomoney_tg" {
50-
name = format("%s-nomoney-tg-blue", var.environment)
50+
name = format("%s-nomoney-tg", var.environment)
5151
port = 8080
5252
protocol = "HTTP"
5353
vpc_id = var.vpc_id
@@ -72,7 +72,11 @@ resource "aws_lb_target_group" "nomoney_tg" {
7272
}
7373

7474
resource "aws_lb_listener" "nomoney_http" {
75+
<<<<<<< HEAD
7576
load_balancer_arn = aws_lb.nomoney_alb[0].arn
77+
=======
78+
load_balancer_arn = aws_lb.nomoney_alb.arn
79+
>>>>>>> feat/57
7680
port = "80"
7781
protocol = "HTTP"
7882

0 commit comments

Comments
 (0)