File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ module "redis-cluster" {
4949 environment = " test"
5050 label_order = [" environment" , " name" ]
5151
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+ # ##----------------------------------------------------------------------------------
5555 vpc_id = module. vpc . vpc_id
5656 allowed_ip = [module . vpc . vpc_cidr_block ]
5757 allowed_ports = [6379 ]
@@ -71,9 +71,9 @@ module "redis-cluster" {
7171 Application = " CloudDrove"
7272 }
7373
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+ # ##----------------------------------------------------------------------------------
7777 route53_record_enabled = false
7878 ssm_parameter_endpoint_enabled = false
7979 dns_record_name = " prod"
You can’t perform that action at this time.
0 commit comments