Skip to content

Commit

Permalink
Checkov retention fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcooper committed Oct 30, 2024
1 parent 49553c7 commit 5899eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ resource "aws_lambda_function" "firehose_lambda_transform" {
}

# Cloudwatch logging group for Transform Lambda

resource "aws_cloudwatch_log_group" "firehose_lambda_transform" {
#checkov:skip=CKV_AWS_338: Ensure CloudWatch log groups retains logs for at least 1 year
name = "/aws/lambda/${var.lambda_function_name}"
retention_in_days = var.cloudwatch_log_retention
kms_key_id = var.cloudwach_log_group_kms_key_id
Expand Down

0 comments on commit 5899eff

Please sign in to comment.