Skip to content

Commit

Permalink
corrections made for vpcflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra authored and chandra committed Nov 13, 2024
1 parent 1f15960 commit 129967b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-subnets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "network" {
subnet_map = local.subnet_map
cidr_block = "10.0.0.0/16"

# Enable flow logs:If `s3_bucket_arn` is null, CloudWatch logging is enabled by default. If provided, S3 logging is enabled
# Enable vpc_flow_logs:If `s3_bucket_arn` is null, CloudWatch logging is enabled by default. If provided, S3 logging is enabled
vpc_flow_log_config = {
enable_vpc_flow_log = true
retention_in_days = 7
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "network" {

name = "arc-poc"
create_internet_geteway = true
# Enable flow logs:If `s3_bucket_arn` is null, CloudWatch logging is enabled by default. If provided, S3 logging is enabled
# Enable vpc_flow_logs:If `s3_bucket_arn` is null, CloudWatch logging is enabled by default. If provided, S3 logging is enabled
vpc_flow_log_config = {
enable_vpc_flow_log = true
retention_in_days = 7
Expand Down

0 comments on commit 129967b

Please sign in to comment.