Skip to content

Commit f63e1bc

Browse files
committed
Disable VPC flow logs to simplify configuration for testing
1 parent d8cad78 commit f63e1bc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

infrastructure/dev/us-east-2/networking/vpc/terragrunt.hcl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ inputs = {
3333
enable_nat_gateway = true
3434
single_nat_gateway = true # Cost optimization for dev
3535

36-
# Enable VPC Flow Logs
37-
enable_flow_log = true
38-
create_flow_log_cloudwatch_log_group = true
39-
create_flow_log_cloudwatch_iam_role = true
40-
flow_log_max_aggregation_interval = 60
41-
flow_log_cloudwatch_log_group_name_suffix = "vpc-flow-logs"
36+
# Disable VPC Flow Logs for now to simplify configuration
37+
enable_flow_log = false
4238

4339
# VPC Endpoints for AWS services
4440
enable_s3_endpoint = true

0 commit comments

Comments
 (0)