Skip to content

Commit

Permalink
corrected target group #114
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 28, 2024
1 parent 9700426 commit 519a0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ecs_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_ecs_service" "service" {
desired_count = 2
force_new_deployment = true
load_balancer {
target_group_arn = local.infra_output["aws_lb_blue_target_group_arn"]
target_group_arn = local.infra_output["aws_lb_target_group_arn"]
container_name = "first"
container_port = "8080" # Application Port
}
Expand Down

0 comments on commit 519a0f0

Please sign in to comment.