File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ module "subnets" {
4040# ###----------------------------------------------------------------------------------
4141# # Memcached holds its data in memory.
4242# ###----------------------------------------------------------------------------------
43+ # tfsec:ignore:aws-ec2-no-public-egress-sgr
4344module "memcached" {
4445 source = " ./../../"
4546
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ module "redis" {
9191 # ###----------------------------------------------------------------------------------
9292 # # will create ROUTE-53 for redis which will add the dns of the cluster.
9393 # ###----------------------------------------------------------------------------------
94+ # tfsec:ignore:aws-ec2-no-public-egress-sgr
9495 dns_record_name = " prod"
9596 route53_ttl = " 300"
9697 route53_type = " CNAME"
You can’t perform that action at this time.
0 commit comments