Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: increase number of ECS running tasks (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Aug 10, 2023
1 parent ac132bc commit d247ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ resource "aws_ecs_service" "app_service" {
cluster = aws_ecs_cluster.app_cluster.id
task_definition = aws_ecs_task_definition.app_task_definition.arn
launch_type = "FARGATE"
desired_count = 1
desired_count = 3
propagate_tags = "TASK_DEFINITION"

# Wait for the service deployment to succeed
Expand Down

0 comments on commit d247ce2

Please sign in to comment.