We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cad78 commit f63e1bcCopy full SHA for f63e1bc
infrastructure/dev/us-east-2/networking/vpc/terragrunt.hcl
@@ -33,12 +33,8 @@ inputs = {
33
enable_nat_gateway = true
34
single_nat_gateway = true # Cost optimization for dev
35
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"
+ # Disable VPC Flow Logs for now to simplify configuration
+ enable_flow_log = false
42
43
# VPC Endpoints for AWS services
44
enable_s3_endpoint = true
0 commit comments