aws∕vpc‒flow‒logs∕enable‒eni‒logs - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_vpc_flow_logs_enable_eni_logs" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_flow_log.enable-eni-logs resource
aws_network_interfaces.enis data source

Inputs

Name Description Type Default Required
iam_role_arn n/a any n/a yes
log_destination n/a any n/a yes
log_destination_type n/a any n/a yes
max_aggregation_interval n/a any n/a yes
tags n/a any n/a yes
traffic_type n/a any n/a yes
vpc_id n/a any n/a yes

Outputs

Name Description
eni_ids IDs of the network interfaces within the specified VPC

Changelog