Ignore cloudwatch group kms key warning #1995
abhi-vaidya
started this conversation in
Developement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have code like below where I use ignore comment,
#tfsec:ignore:CKV_AWS_158
resource "aws_cloudwatch_log_group" "sfn" {
name = var.cloudwatchLogGroupName
retention_in_days = var.cloudwatchLogGroupRetentionInDays
tags = var.tags
}
I have tried with Rule AWS158 or aws-cloudwatch-log-group-customer-key too. But I see that tfsec isnt ignoring the rule. Please help
Beta Was this translation helpful? Give feedback.
All reactions