aws∕vpc‒flow‒logs∕cloudwatch∕enable‒tgw‒attachment‒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_cloudwatch_enable_tgw_attachment_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-tgw-attachment-logs resource
aws_ec2_transit_gateway_attachments.filtered data source

Inputs

Name Description Type Default Required
iam_role_arn IAM role ARN for CloudWatch logs any n/a yes
log_destination Log destination ARN any n/a yes
log_destination_type Log destination type any n/a yes
max_aggregation_interval n/a any n/a yes
tags Tags for the flow log map(string) n/a yes
traffic_type Traffic type to log any n/a yes
vpc_id n/a any n/a yes

Outputs

No outputs.

Changelog