Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 13, 2024
1 parent 7d5c636 commit b90a4be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ resource "aws_lambda_function" "lambda_run" {
reserved_concurrent_executions = 5
#checkov:skip=CKV_AWS_50: Not applicable in this use case: X-Ray tracing is enabled for Lambda
#checkov:skip=CKV_AWS_117: This AWS Lambda function does not require access to anything inside a VPC
#checkov:skip=CKV_AWS_173: Not applicable in this use case
#checkov:skip=CKV_AWS_272: Not applicable in this use case: Ensure AWS Lambda function is configured to validate code-signing
}
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_rule
Expand Down

0 comments on commit b90a4be

Please sign in to comment.