{"id":17924344,"url":"https://github.com/anna-geller/kestra-terraform-examples","last_synced_at":"2025-08-15T12:33:48.753Z","repository":{"id":168288672,"uuid":"643913102","full_name":"anna-geller/kestra-terraform-examples","owner":"anna-geller","description":"Bring Infrastructure as Code best practices to your data workflows with Kestra and Terraform","archived":false,"fork":false,"pushed_at":"2023-06-22T10:06:01.000Z","size":764,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T14:21:39.130Z","etag":null,"topics":["automation","aws","data-engineering","data-infrastructure","data-orchestration","infrastructure-as-code","kestra","platform-engineering","terraform","workflow-as-code","workflow-orchestration"],"latest_commit_sha":null,"homepage":"https://kestra.io/","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anna-geller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-05-22T12:18:02.000Z","updated_at":"2024-03-20T20:52:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd62363c-6681-4bdb-81fc-374c82d58c74","html_url":"https://github.com/anna-geller/kestra-terraform-examples","commit_stats":null,"previous_names":["anna-geller/kestra-terraform-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anna-geller/kestra-terraform-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anna-geller%2Fkestra-terraform-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anna-geller%2Fkestra-terraform-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anna-geller%2Fkestra-terraform-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anna-geller%2Fkestra-terraform-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anna-geller","download_url":"https://codeload.github.com/anna-geller/kestra-terraform-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anna-geller%2Fkestra-terraform-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270571873,"owners_count":24608824,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","aws","data-engineering","data-infrastructure","data-orchestration","infrastructure-as-code","kestra","platform-engineering","terraform","workflow-as-code","workflow-orchestration"],"created_at":"2024-10-28T20:48:26.335Z","updated_at":"2025-08-15T12:33:48.384Z","avatar_url":"https://github.com/anna-geller.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Infrastructure as Code\n\nThere are two important paradigms that significantly shaped the Data Infrastructure landscape: \n1. Infrastructure as Code\n2. Workflow as Code\n\nCombining the two helps implement a reliable data engineering lifecycle with:\n- reliable infrastructure management\n- data pipelines built as code\n- version control of both, data workflows and the underlying infrastructure.\n\nThis repository includes examples helping you adopt both of these paradigms at the same time.\n\n## Install Kestra\nYou can start Kestra using Docker-Compose:\n\n```sh\ncurl -o docker-compose.yml https://raw.githubusercontent.com/kestra-io/kestra/develop/docker-compose.yml\n\ndocker-compose up\n```\n\nBefore starting Kestra, make sure to create the `.env` file as shown in the [.env_example](.env_example) file. Add any secrets there as environment variables so that you can use them in your workflows in a secure way.\n\n\n## Install Terraform\n\nYou can install Terraform on your local machine using `Homebrew` (for detailed instructions of your OS, check the [Terraform CLI install guide Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)):\n\n```sh\nbrew tap hashicorp/tap\nbrew install hashicorp/tap/terraform\n``` \n\n\n![install.png](images/install.png)\n\n# Write in code, deploy in one command\n\nNavigate to the relevant project e.g. [aws_s3_tf](aws_s3) and initialize the relevant Terraform providers:\n\n```bash\ncd aws_s3/\nterraform init\n```\n\n Then, deploy the workflow and the underlying infrastructure using the command:\n\n ```bash\n terraform apply -auto-approve\n ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanna-geller%2Fkestra-terraform-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanna-geller%2Fkestra-terraform-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanna-geller%2Fkestra-terraform-examples/lists"}