{"id":18898759,"url":"https://github.com/tedilabs/terraform-aws-data","last_synced_at":"2025-10-03T20:10:31.827Z","repository":{"id":38408624,"uuid":"446672456","full_name":"tedilabs/terraform-aws-data","owner":"tedilabs","description":"🌳 A sustainable Terraform Package which creates resources for Data Services on AWS","archived":false,"fork":false,"pushed_at":"2025-03-20T18:07:01.000Z","size":173,"stargazers_count":14,"open_issues_count":11,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T15:47:27.092Z","etag":null,"topics":["aws","aws-athena","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/tedilabs/data/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedilabs.png","metadata":{"funding":{"github":"tedilabs","patreon":"posquit0","ko_fi":"posquit0","custom":"https://www.paypal.me/posquit0"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-11T04:06:06.000Z","updated_at":"2025-03-20T18:07:04.000Z","dependencies_parsed_at":"2023-02-14T18:16:35.207Z","dependency_job_id":"47c1dc4d-8fb3-49db-afee-808775b3630f","html_url":"https://github.com/tedilabs/terraform-aws-data","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedilabs","download_url":"https://codeload.github.com/tedilabs/terraform-aws-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248994158,"owners_count":21195330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","aws-athena","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"created_at":"2024-11-08T08:44:04.698Z","updated_at":"2025-10-03T20:10:31.819Z","avatar_url":"https://github.com/tedilabs.png","language":"HCL","funding_links":["https://github.com/sponsors/tedilabs","https://patreon.com/posquit0","https://ko-fi.com/posquit0","https://www.paypal.me/posquit0"],"categories":[],"sub_categories":[],"readme":"# terraform-aws-data\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-data?color=blue\u0026sort=semver\u0026style=flat-square)\n![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-data?color=blue\u0026style=flat-square)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\u0026style=flat-square)](https://github.com/pre-commit/pre-commit)\n\nTerraform module which creates data related resources on AWS.\n\n- [athena-data-catalog](./modules/athena-data-catalog)\n- [athena-workgroup](./modules/athena-workgroup)\n- [glue-connection](./modules/glue-connection)\n- [glue-crawler](./modules/glue-crawler)\n- [glue-data-catalog](./modules/glue-data-catalog)\n- [glue-database](./modules/glue-database)\n- [glue-table](./modules/glue-table)\n- [s3-access-point](./modules/s3-access-point)\n- [s3-bucket](./modules/s3-bucket)\n\n\n## Target AWS Services\n\nTerraform Modules from [this package](https://github.com/tedilabs/terraform-aws-data) were written to manage the following AWS Services with Terraform.\n\n- **AWS Athena**\n  - Data Catalog\n  - Workgroup\n- **AWS Glue**\n  - Data Catalog\n    - Connection\n    - Crawler\n    - Data Catalog\n    - Database\n    - Table\n- **AWS S3**\n  - S3 Bucket\n  - S3 Access Point\n\n\n## Examples\n\n### Athena\n\n- [Athena Workgroup](./examples/athena-workgroup)\n\n### Glue\n\n- [Glue Data Catalog (Simple)](./examples/glue-data-catalog-simple)\n- [Glue Data Catalog (Full)](./examples/glue-data-catalog-full)\n\n### S3 Bucket\n\n- [Full S3 Bucket](./examples/s3-bucket-full)\n- [S3 Bucket with Access Logging](./examples/s3-bucket-access-logging)\n- [S3 Bucket with Server-Side Encryption](./examples/s3-bucket-encryption)\n- [S3 Bucket with Lifecycle Rules](./examples/s3-bucket-lifecycle-rules)\n- [S3 Bucket with Versioning](./examples/s3-bucket-versioning)\n\n### S3 Access Point\n\n- [S3 Access Point (Internet Access)](./examples/s3-access-point-internet)\n- [S3 Access Point (VPC Access)](./examples/s3-access-point-vpc)\n\n\n## Self Promotion\n\nLike this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-data). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.\n\n\n## License\n\nProvided under the terms of the [Apache License](LICENSE).\n\nCopyright © 2022-2025, [Byungjin Park](https://www.posquit0.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedilabs%2Fterraform-aws-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-data/lists"}