Skip to content

Commit

Permalink
Fix: Removed the unwanted commits
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav7797 committed Sep 6, 2023
1 parent 59b4d1b commit 3d26d69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _example/redis-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ module "redis-cluster" {
environment = "test"
label_order = ["environment", "name"]

####----------------------------------------------------------------------------------
## Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
####----------------------------------------------------------------------------------
###----------------------------------------------------------------------------------
# Below A security group controls the traffic that is allowed to reach and leave the resources that it is associated with.
###----------------------------------------------------------------------------------
vpc_id = module.vpc.vpc_id
allowed_ip = [module.vpc.vpc_cidr_block]
allowed_ports = [6379]
Expand All @@ -71,9 +71,9 @@ module "redis-cluster" {
Application = "CloudDrove"
}

####----------------------------------------------------------------------------------
## will create ROUTE-53 for redis which will add the dns of the cluster.
####----------------------------------------------------------------------------------
###----------------------------------------------------------------------------------
# will create ROUTE-53 for redis which will add the dns of the cluster.
###----------------------------------------------------------------------------------
route53_record_enabled = false
ssm_parameter_endpoint_enabled = false
dns_record_name = "prod"
Expand Down

0 comments on commit 3d26d69

Please sign in to comment.