Skip to content

Commit e6620fb

Browse files
Tolerate that Lambda Function is not assigned to access within VPC
1 parent 6d0f76b commit e6620fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ data "archive_file" "python_lambda_package" {
3131

3232
### Lambda function
3333
resource "aws_lambda_function" "lambda_func" {
34+
# checkov:skip=CKV_AWS_117: ADD REASON
3435
filename = "files/lambda.zip"
3536
function_name = local.function_name
3637
role = aws_iam_role.lambda_role.arn

0 commit comments

Comments
 (0)