Skip to main content

Module: cloudwatch-flow-logs

Terraform module for enabling flow logs for vpc and subnets.

Usage

module "flow_logs" {
source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-flow-logs.git?ref=master"
vpc_id = "${var.vpc_id}"
namespace = "${var.namespace}"
stage = "${var.stage}"
}