We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d47366 commit 2a63e59Copy full SHA for 2a63e59
1 file changed
tf/site/ecs.tf
@@ -46,7 +46,7 @@ resource "aws_ecs_service" "personal_website_image" {
46
47
load_balancer {
48
target_group_arn = aws_lb_target_group.central_lb_targets.arn
49
- container_name = var.application_name
+ container_name = "${var.application_name}-service"
50
container_port = var.application_port
51
}
52
0 commit comments