Skip to content

Commit cc346b1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component/ecs-ec2/alb.tf

Lines changed: 2 additions & 2 deletions
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,7 @@ resource "aws_lb_target_group" "nomoney_tg" {
7272
}
7373

7474
resource "aws_lb_listener" "nomoney_http" {
75-
load_balancer_arn = aws_lb.nomoney_alb[0].arn
75+
load_balancer_arn = aws_lb.nomoney_alb.arn
7676
port = "80"
7777
protocol = "HTTP"
7878

0 commit comments

Comments
 (0)