Skip to content

Commit c8d6088

Browse files
committed
feat: added sg description
1 parent 3105e30 commit c8d6088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_example/redis/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +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."
5556
vpc_id = module.vpc.vpc_id
5657
allowed_ip = [module.vpc.vpc_cidr_block]
5758
allowed_ports = [6379]

0 commit comments

Comments
 (0)