We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d6088 commit c244c45Copy full SHA for c244c45
_example/redis/example.tf
@@ -52,7 +52,7 @@ module "redis" {
52
####----------------------------------------------------------------------------------
53
## Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
54
55
- sg_egress_description = "Description of the egress rule."
+ #tfsec:ignore:aws-ec2-add-description-to-security-group-rule
56
vpc_id = module.vpc.vpc_id
57
allowed_ip = [module.vpc.vpc_cidr_block]
58
allowed_ports = [6379]
0 commit comments