Skip to content

Commit

Permalink
Merge pull request #8428 from ministryofjustice/performance-hub/log-r…
Browse files Browse the repository at this point in the history
…etention

Bump CloudWatch retention
  • Loading branch information
jemnery authored Oct 23, 2024
2 parents 255d8eb + 1539b9f commit 04c088d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/performance-hub/module/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,11 @@ resource "aws_appautoscaling_policy" "scaling_policy_down" {
]
}

# Set up CloudWatch group and log stream and retain logs for 30 days
# Set up CloudWatch group and log stream and retention
resource "aws_cloudwatch_log_group" "cloudwatch_group" {
#checkov:skip=CKV_AWS_158:Temporarily skip KMS encryption check while logging solution is being updated
name = "${var.app_name}-ecs"
retention_in_days = 30
retention_in_days = 365
tags = merge(
var.tags_common,
{
Expand Down

0 comments on commit 04c088d

Please sign in to comment.