Skip to content

Commit 803a716

Browse files
authored
fmt
1 parent a2d28de commit 803a716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data.tf

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ data "aws_caller_identity" "current" {}
77
data "aws_region" "current" {}
88

99
data "aws_iam_policy_document" "update_lambda" {
10+
#checkov:skip=CKV_AWS_356: Read only
1011
statement {
1112
sid = "ReadLambda"
1213

0 commit comments

Comments
 (0)