Skip to content

Commit

Permalink
Update task count
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 12, 2024
1 parent f2ce297 commit ab8db65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/tf/modules/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_ecs_service" "app_service" {
name = "${var.app_name}-service-${var.environment}"
cluster = aws_ecs_cluster.app_cluster.id
task_definition = aws_ecs_task_definition.app_task.arn
desired_count = 1
desired_count = 2
launch_type = "FARGATE"
network_configuration {
subnets = var.private_subnets
Expand Down

0 comments on commit ab8db65

Please sign in to comment.