Skip to content

Commit

Permalink
updated for checkov2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed May 19, 2021
1 parent 351730e commit 2cd440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_s3_bucket.trails.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ POLICY
server_side_encryption_configuration {
rule {
apply_server_side_encryption_by_default {
kms_master_key_id = aws_kms_key.trails.arn
kms_master_key_id = aws_kms_key.cloudtrail.arn
sse_algorithm = "aws:kms"
}
}
Expand Down

0 comments on commit 2cd440f

Please sign in to comment.