Skip to content

Commit

Permalink
Log encryption not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavswapnil71 authored Jun 1, 2022
1 parent f377948 commit 4630107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ module "logging_label" {
}

resource "aws_cloudwatch_log_group" "transfer_server" {
#checkov:skip=CKV_AWS_158:Log encryption not needed
name = "/aws/transfer/${aws_transfer_server.default[0].id}"
retention_in_days = var.log_retention
tags = module.logging_label.tags
Expand Down

0 comments on commit 4630107

Please sign in to comment.