Skip to content

Commit

Permalink
sg is attached to lambda hence removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 24, 2024
1 parent 89a3849 commit eef1a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ resource "aws_security_group" "lambda" {
tags = {
"Name" = "${var.name}-lambda-sg"
}
# checkov:skip=CKV2_AWS_5: "Ensure that Security Groups are attached to another resource"
# This security group is attached to the Amazon ElastiCache Serverless resource
}
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule
resource "aws_security_group_rule" "egress_vpc_endpoint_lambda" {
Expand Down

0 comments on commit eef1a2a

Please sign in to comment.