File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ module "redis-cluster" {
49
49
environment = " test"
50
50
label_order = [" environment" , " name" ]
51
51
52
- # ### ----------------------------------------------------------------------------------
53
- # # Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
54
- # ### ----------------------------------------------------------------------------------
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
55
vpc_id = module. vpc . vpc_id
56
56
allowed_ip = [module . vpc . vpc_cidr_block ]
57
57
allowed_ports = [6379 ]
@@ -71,9 +71,9 @@ module "redis-cluster" {
71
71
Application = " CloudDrove"
72
72
}
73
73
74
- # ### ----------------------------------------------------------------------------------
75
- # # will create ROUTE-53 for redis which will add the dns of the cluster.
76
- # ### ----------------------------------------------------------------------------------
74
+ # ##----------------------------------------------------------------------------------
75
+ # will create ROUTE-53 for redis which will add the dns of the cluster.
76
+ # ##----------------------------------------------------------------------------------
77
77
route53_record_enabled = false
78
78
ssm_parameter_endpoint_enabled = false
79
79
dns_record_name = " prod"
You can’t perform that action at this time.
0 commit comments