We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e787e01 + 092cff5 commit fb7356eCopy full SHA for fb7356e
component/ecs-ec2/alb.tf
@@ -47,7 +47,7 @@ resource "aws_lb" "nomoney_alb" {
47
}
48
49
resource "aws_lb_target_group" "nomoney_tg" {
50
- name = format("%s-nomoney-tg-blue", var.environment)
+ name = format("%s-nomoney-tg", var.environment)
51
port = 8080
52
protocol = "HTTP"
53
vpc_id = var.vpc_id
@@ -72,7 +72,11 @@ resource "aws_lb_target_group" "nomoney_tg" {
72
73
74
resource "aws_lb_listener" "nomoney_http" {
75
+<<<<<<< HEAD
76
load_balancer_arn = aws_lb.nomoney_alb[0].arn
77
+=======
78
+ load_balancer_arn = aws_lb.nomoney_alb.arn
79
+>>>>>>> feat/57
80
port = "80"
81
82
0 commit comments