Skip to content

reusable Terraform module for setting up AWS VPC flow logs

License

Notifications You must be signed in to change notification settings

GSA/terraform-vpc-flow-log

Repository files navigation

AWS VPC Flow Log module for Terraform CircleCI

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.

About

reusable Terraform module for setting up AWS VPC flow logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published