https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs
VPC Flow Logs in form of Apache Parquet Format stored in S3
https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs
aws terraform-module
Last synced: 2 months ago
JSON representation
VPC Flow Logs in form of Apache Parquet Format stored in S3
- Host: GitHub
- URL: https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs
- Owner: cloudopusnet
- Created: 2025-05-04T10:37:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-01T18:55:42.000Z (2 months ago)
- Last Synced: 2026-05-01T20:27:58.216Z (2 months ago)
- Topics: aws, terraform-module
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-aws-parquet-flow-logs
VPC Flow Logs in form of Apache Parquet Format stored in S3
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.8 |
| [aws](#requirement\_aws) | >= 5.97 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 5.97 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_flow_log.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/flow_log) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [log\_collection\_bucket\_arn](#input\_log\_collection\_bucket\_arn) | Log collection S3 Bucket ARN | `string` | n/a | yes |
| [log\_per\_hour\_partition](#input\_log\_per\_hour\_partition) | Indicates whether to partition the flow log per hour, different than `max_log_aggregation_interval_in_seconds` in terms of aggregating at the destination | `bool` | `false` | no |
| [max\_log\_aggregation\_interval\_in\_seconds](#input\_max\_log\_aggregation\_interval\_in\_seconds) | The maximum interval of time (in seconds), during which a flow of packets is captured and aggregated into a flow log record. Valid Values: `60` (1 minute) or `600` (10 minutes). | `number` | `600` | no |
| [traffic\_type](#input\_traffic\_type) | The type of traffic to capture. Valid values: ACCEPT,REJECT,ALL. | `string` | `"ALL"` | no |
| [vpc\_id](#input\_vpc\_id) | VPC ID to attach to | `string` | n/a | yes |
## Outputs
No outputs.