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" {
40
40
# ###----------------------------------------------------------------------------------
41
41
# # Memcached holds its data in memory.
42
42
# ###----------------------------------------------------------------------------------
43
+ # tfsec:ignore:aws-ec2-no-public-egress-sgr
43
44
module "memcached" {
44
45
source = " ./../../"
45
46
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ module "redis" {
91
91
# ###----------------------------------------------------------------------------------
92
92
# # will create ROUTE-53 for redis which will add the dns of the cluster.
93
93
# ###----------------------------------------------------------------------------------
94
+ # tfsec:ignore:aws-ec2-no-public-egress-sgr
94
95
dns_record_name = " prod"
95
96
route53_ttl = " 300"
96
97
route53_type = " CNAME"
You can’t perform that action at this time.
0 commit comments