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 3105e30 commit c8d6088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _example/redis/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +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."
vpc_id = module.vpc.vpc_id
allowed_ip = [module.vpc.vpc_cidr_block]
allowed_ports = [6379]
Expand Down

0 comments on commit c8d6088

Please sign in to comment.