Skip to content

Commit

Permalink
backend troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 4, 2024
1 parent e230506 commit a06f0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tofu/modules/services/backend-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "aws_ecs_service" "backend_service" {
subnets = var.subnets
}

health_check_grace_period_seconds = 180
task_definition = aws_ecs_task_definition.backend.arn
desired_count = 1
tags = var.tags
Expand Down

0 comments on commit a06f0c6

Please sign in to comment.