Skip to content

Commit

Permalink
feat: enabled vpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vibutigoyal committed Jun 21, 2023
1 parent 0e7ffe2 commit 00e7638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _example/public-private-subnet-endpoint/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module "vpc" {
label_order = ["name", "environment"]

cidr_block = "10.0.0.0/16"
enable_flow_log = false
}

Check warning

Code scanning / defsec

VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC. After you've created a flow log, you can view and retrieve its data in Amazon CloudWatch Logs. It is recommended that VPC Flow Logs be enabled for packet "Rejects" for VPCs. Warning

VPC Flow Logs is not enabled for VPC

####----------------------------------------------------------------------------------
Expand Down

0 comments on commit 00e7638

Please sign in to comment.