Skip to content

Commit

Permalink
aws-vpc: ignore tfsec check for VPC flow logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtstanescu committed Apr 13, 2024
1 parent 5e54ed6 commit bd4dd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpc.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#tfsec:ignore:aws-ec2-require-vpc-flow-logs-for-all-vpcs
resource "aws_vpc" "vpc" {
cidr_block = var.main_cidr_block

Expand Down

0 comments on commit bd4dd19

Please sign in to comment.