Skip to content

Commit 945832d

Browse files
committed
feat: update and added resource description
1 parent 29384c0 commit 945832d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_example/memcached/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4344
module "memcached" {
4445
source = "./../../"
4546

_example/redis/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)