Skip to content

Commit

Permalink
feat: added sg description
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 12, 2023
1 parent c8d6088 commit c244c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/redis/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "redis" {
####----------------------------------------------------------------------------------
## Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
####----------------------------------------------------------------------------------
sg_egress_description = "Description of the egress rule."
#tfsec:ignore:aws-ec2-add-description-to-security-group-rule
vpc_id = module.vpc.vpc_id
allowed_ip = [module.vpc.vpc_cidr_block]
allowed_ports = [6379]
Expand Down

0 comments on commit c244c45

Please sign in to comment.