aws∕vpc‒flow‒logs∕enable‒subnet‒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_subnet_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-subnet-logs | resource |
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 |
subnets | 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 | The VPC ID | any |
n/a | yes |
Outputs
No outputs.