We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3105e30 commit c8d6088Copy full SHA for c8d6088
_example/redis/example.tf
@@ -52,6 +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."
56
vpc_id = module.vpc.vpc_id
57
allowed_ip = [module.vpc.vpc_cidr_block]
58
allowed_ports = [6379]
0 commit comments