Skip to content

Commit 3d26d69

Browse files
committed
Fix: Removed the unwanted commits
1 parent 59b4d1b commit 3d26d69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_example/redis-cluster/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)