Skip to content

Commit

Permalink
add use_flowlog_custom_format=true
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 19, 2023
1 parent 14ae376 commit a9e6cf7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/full-setup-tf-upgrade/flowlogs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module "flowlogs" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//flowlogs?ref=tf-upgrade"
vpc_id = local.vpc_id
vpc_full_name = var.vpc_full_name
account_alias = var.account_alias
enable_kinesis_stream = false
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//flowlogs?ref=tf-upgrade"
vpc_id = local.vpc_id
vpc_full_name = var.vpc_full_name
account_alias = var.account_alias
enable_kinesis_stream = false
use_flowlog_custom_format = true

# replace REGION with east or west, based on the region of the VPC you are building
flowlog_bucket_arn = data.terraform_remote_state.infrastructure_REGION.outputs.flowlogs_arn
Expand Down

0 comments on commit a9e6cf7

Please sign in to comment.