This module creates a Kinesis Firehose and all the resources related to it to log to S3.
Checkout test.tf for how to use this module
Module managed by Comtravo.
MIT Licensed. See LICENSE for full details.
Name | Version |
---|---|
terraform | >= 0.13 |
aws | ~> 3.0 |
Name | Version |
---|---|
aws | ~> 3.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
account_id | AWS account ID | string |
n/a | yes |
destination | Kinesis Firehose Destination | string |
"s3" |
no |
enable | Enable firehose | bool |
true |
no |
name | Name of the firehose | string |
n/a | yes |
region | AWS region | string |
"eu-west-1" |
no |
s3_configuration | AWS S3 configuration | object({ |
n/a | yes |
Name | Description |
---|---|
arn | ARN of the Kinesis Firehose |