Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c244c45

Browse files
committedJun 12, 2023
feat: added sg description
1 parent c8d6088 commit c244c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_example/redis/example.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module "redis" {
5252
####----------------------------------------------------------------------------------
5353
## Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
5454
####----------------------------------------------------------------------------------
55-
sg_egress_description = "Description of the egress rule."
55+
#tfsec:ignore:aws-ec2-add-description-to-security-group-rule
5656
vpc_id = module.vpc.vpc_id
5757
allowed_ip = [module.vpc.vpc_cidr_block]
5858
allowed_ports = [6379]

0 commit comments

Comments
 (0)
Please sign in to comment.