Skip to content

Commit

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

name = "/aws/ecs/${var.app_name}-ecs-web-td-log-group-${var.environment}"
kms_key_id = var.kms_key_arn
}

0 comments on commit 11ff771

Please sign in to comment.