{"id":28378646,"url":"https://github.com/env0/terraform-aws-k8s-agent","last_synced_at":"2026-01-26T20:57:32.960Z","repository":{"id":43814396,"uuid":"456557021","full_name":"env0/terraform-aws-k8s-agent","owner":"env0","description":"Terraform module which creates a k8s cluster in aws EKS and install the env0 agent on it","archived":false,"fork":false,"pushed_at":"2022-02-17T21:36:26.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-16T23:27:37.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/env0.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}},"created_at":"2022-02-07T15:11:23.000Z","updated_at":"2022-02-08T15:29:05.000Z","dependencies_parsed_at":"2022-09-06T02:21:37.205Z","dependency_job_id":null,"html_url":"https://github.com/env0/terraform-aws-k8s-agent","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/env0/terraform-aws-k8s-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-aws-k8s-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-aws-k8s-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-aws-k8s-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-aws-k8s-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/env0","download_url":"https://codeload.github.com/env0/terraform-aws-k8s-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-aws-k8s-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28787832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"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":[],"created_at":"2025-05-30T02:07:03.959Z","updated_at":"2026-01-26T20:57:32.946Z","avatar_url":"https://github.com/env0.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# env0 k8s Agent Module For AWS\nThis repo contains a set of [modules folder](https://github.com/env0/terraform-env0-k8s-agent-aws/tree/main/modules) for deploying an EKS cluster, for env0 agent, on AWS.\n\n# How to use this Module\n- [modules](https://github.com/env0/terraform-env0-k8s-agent-aws/tree/main/modules):  This folder contains several standalone, reusable, production-grade modules that you can use to deploy env0 Agent.\n- [examples](https://github.com/env0/terraform-env0-k8s-agent-aws/tree/main/examples): This folder shows examples of different ways to combine the modules in the modules folder to deploy env0 Agent on AWS.\n\nTo use this module in your own configuration create an input variable `modules_info`:\n```json\n{\n\t\"vpc\": {\n\t\t\"create\": false,\n\t\t\"id\": \"vpc-092f26b60590er54e\",\n\t\t\"private_subnets\": [\"subnet-091d4e5655cfc76bc\", \"subnet-095cdaad05gvba8d6\", \"subnet-01c8446e553m7eeef\", \"subnet-0729b32d5901a16c4\", \"subnet-01e93749f145780bf\"]\n\t},\n\t\"efs\": {\n\t\t\"create\": false,\n\t\t\"id\": \"fs-0ed81543dff9d682\"\n\t},\n\t\"eks\": {\n\t\t\"create\": false,\n\t\t\"cluster_id\": \"some-eks\"\n\t},\n\t\"autoscaler\": {\n\t\t\"create\": false\n\t},\n\t\"csi_driver\": {\n\t\t\"create\": false\n\t}\n}\n```\n\nthen use `terraform-env0-k8s-agent-aws` in your configuration:\n```terraform\nmodule \"my-agent-eks-cluster\" {\n  source  = \"env0/env0-k8s-agent/aws\"\n\n  region            = var.region\n  cluster_name      = var.cluster_name\n  modules_info      = var.modules_info\n}\n```\n\n# Who maintains this Module?\nThis Module is maintained by [env0](www.env0.com). if you're looking for help or commercial support, send an email to support@env0.com \n\n# How is this Module versioned?\nThis Module follows the principles of [Semantic Versioning])(http://semver.org/). You can find each new release, along with the changelog, in the [Releases Page](https://github.com/env0/terraform-env0-k8s-agent-aws/releases).\n\nDuring initial development, the major version will be 0 (e.g., 0.x.y), which indicates the code does not yet have a stable API. Once we hit 1.0.0, we will make every effort to maintain a backwards compatible API and use the MAJOR, MINOR, and PATCH versions on each release to indicate any incompatibilities.\n\n# License\nThis code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/env0/terraform-env0-k8s-agent-aws/tree/master/LICENSE) for more details.\n\nCopyright © 2022 env0, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenv0%2Fterraform-aws-k8s-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenv0%2Fterraform-aws-k8s-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenv0%2Fterraform-aws-k8s-agent/lists"}