Skip to content

Commit

Permalink
Revert back retention days
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 26, 2024
1 parent 11ff771 commit 7458d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infrastructure/cloud/modules/monitoring/logs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
resource "aws_cloudwatch_log_group" "ecs_web_td_log_group" {
name = "/aws/ecs/${var.app_name}-ecs-web-td-log-group-${var.environment}"
name = "/aws/ecs/${var.app_name}-ecs-web-td-log-group-${var.environment}"
retention_in_days = 90

kms_key_id = var.kms_key_arn
}

0 comments on commit 7458d07

Please sign in to comment.