Skip to content

Commit

Permalink
PRA: set the ecs desired count back to 1 (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 authored Aug 16, 2023
1 parent 203dcbb commit 2a0c7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/pra-register/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource "aws_ecs_service" "pra_ecs_service" {
task_definition = aws_ecs_task_definition.pra_task_definition.arn
launch_type = "FARGATE"
enable_execute_command = true
desired_count = 0
desired_count = 1
health_check_grace_period_seconds = 90

network_configuration {
Expand Down

0 comments on commit 2a0c7a6

Please sign in to comment.