{"id":28293927,"url":"https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs","last_synced_at":"2026-05-04T13:31:19.425Z","repository":{"id":291394323,"uuid":"977492758","full_name":"cloudopusnet/terraform-aws-parquet-flow-logs","owner":"cloudopusnet","description":"VPC Flow Logs in form of Apache Parquet Format stored in S3","archived":false,"fork":false,"pushed_at":"2026-05-01T18:55:42.000Z","size":20,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T20:27:58.216Z","etag":null,"topics":["aws","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudopusnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-04T10:37:58.000Z","updated_at":"2025-05-14T15:17:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ca23721-8493-4832-98a9-af286c640859","html_url":"https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs","commit_stats":null,"previous_names":["cloudopusnet/terraform-aws-parquet-flow-logs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudopusnet/terraform-aws-parquet-flow-logs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudopusnet%2Fterraform-aws-parquet-flow-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudopusnet%2Fterraform-aws-parquet-flow-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudopusnet%2Fterraform-aws-parquet-flow-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudopusnet%2Fterraform-aws-parquet-flow-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudopusnet","download_url":"https://codeload.github.com/cloudopusnet/terraform-aws-parquet-flow-logs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudopusnet%2Fterraform-aws-parquet-flow-logs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32609349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","terraform-module"],"created_at":"2025-05-22T07:14:15.641Z","updated_at":"2026-05-04T13:31:19.419Z","avatar_url":"https://github.com/cloudopusnet.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-parquet-flow-logs\nVPC Flow Logs in form of Apache Parquet Format stored in S3\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.9.8 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5.97 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 5.97 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_flow_log.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/flow_log) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_log_collection_bucket_arn\"\u003e\u003c/a\u003e [log\\_collection\\_bucket\\_arn](#input\\_log\\_collection\\_bucket\\_arn) | Log collection S3 Bucket ARN | `string` | n/a | yes |\n| \u003ca name=\"input_log_per_hour_partition\"\u003e\u003c/a\u003e [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 |\n| \u003ca name=\"input_max_log_aggregation_interval_in_seconds\"\u003e\u003c/a\u003e [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 |\n| \u003ca name=\"input_traffic_type\"\u003e\u003c/a\u003e [traffic\\_type](#input\\_traffic\\_type) | The type of traffic to capture. Valid values: ACCEPT,REJECT,ALL. | `string` | `\"ALL\"` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | VPC ID to attach to | `string` | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudopusnet%2Fterraform-aws-parquet-flow-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudopusnet%2Fterraform-aws-parquet-flow-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudopusnet%2Fterraform-aws-parquet-flow-logs/lists"}