Skip to content

Commit

Permalink
update default for flowlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 6, 2023
1 parent 0ad049b commit 1512704
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/full-setup-tf-upgrade/flowlogs.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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
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

# 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 1512704

Please sign in to comment.