AWS VPC Flow Log module for Terraform This is a reusable Terraform module for setting up VPC flow logs in Amazon Web Services. Usage module "flow_logs" { source = "github.com/GSA/terraform-vpc-flow-log" vpc_id = "${aws_vpc.main.id}" } See the optional variables.