File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ module "vpc" {
2121# ###----------------------------------------------------------------------------------
2222# # A subnet is a range of IP addresses in your VPC.
2323# ###----------------------------------------------------------------------------------
24- # tfsec:ignore:aws-ec2-no-public-ip-subnet.
2524module "public_subnets" {
2625 source = " clouddrove/subnet/aws"
2726 version = " 1.3.0"
@@ -42,6 +41,7 @@ module "public_subnets" {
4241# # Below module will create SECURITY-GROUP and its components.
4342# #----------------------------------------------------------------------------------
4443# tfsec:ignore:aws-ec2-no-public-ingress-sgr
44+ # tfsec:ignore:aws-ec2-no-public-ip-subnet.
4545module "security_group" {
4646 source = " clouddrove/security-group/aws"
4747 version = " 1.3.0"
You can’t perform that action at this time.
0 commit comments