Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 11, 2023
1 parent dace9c1 commit 3dc2325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ resource "aws_ecs_cluster" "ecs_cluster" {
}
}

resource "aws_cloudwatch_log_group" "deployment_logs" {
name = "/aws/events/deploymentLogs"
retention_in_days = "7"
}

resource "aws_ecs_task_definition" "chaps_task_definition" {
family = "chapsFamily"
requires_compatibilities = ["FARGATE"]
Expand Down

0 comments on commit 3dc2325

Please sign in to comment.