Skip to content

Commit 2a63e59

Browse files
committed
fix(ecs): use correct container name
Signed-off-by: Jayne Doe <j4numbers@gmail.com>
1 parent 0d47366 commit 2a63e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/site/ecs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "aws_ecs_service" "personal_website_image" {
4646

4747
load_balancer {
4848
target_group_arn = aws_lb_target_group.central_lb_targets.arn
49-
container_name = var.application_name
49+
container_name = "${var.application_name}-service"
5050
container_port = var.application_port
5151
}
5252
}

0 commit comments

Comments
 (0)