Skip to content

Commit

Permalink
fix: Fixed defsec warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 5, 2023
1 parent f24457d commit 20e708e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module "vpc" {
cidr_block = "172.16.0.0/16"
}

#tfsec:ignore:aws-ec2-no-excessive-port-access # Ingnored because these are basic examples, it can be changed via varibales as per requirement.
#tfsec:ignore:aws-ec2-no-public-ingress-acl # Ingnored because these are basic examples, it can be changed via varibales as per requirement.
module "subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
Expand Down

0 comments on commit 20e708e

Please sign in to comment.