We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d28de commit 803a716Copy full SHA for 803a716
data.tf
@@ -7,6 +7,7 @@ data "aws_caller_identity" "current" {}
7
data "aws_region" "current" {}
8
9
data "aws_iam_policy_document" "update_lambda" {
10
+ #checkov:skip=CKV_AWS_356: Read only
11
statement {
12
sid = "ReadLambda"
13
0 commit comments