{"id":20017062,"url":"https://github.com/blackbird-cloud/terraform-aws-eks-gitlab-runner","last_synced_at":"2026-05-07T13:33:08.664Z","repository":{"id":152686839,"uuid":"572564091","full_name":"blackbird-cloud/terraform-aws-eks-gitlab-runner","owner":"blackbird-cloud","description":"Terraform module to deploy Gitlab Runner on EKS","archived":false,"fork":false,"pushed_at":"2025-01-31T15:27:22.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T03:15:33.905Z","etag":null,"topics":["aws","eks","gitlab","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/blackbird-cloud.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":"2022-11-30T14:45:18.000Z","updated_at":"2025-01-31T15:27:05.000Z","dependencies_parsed_at":"2024-09-18T15:58:54.781Z","dependency_job_id":"3ff17860-ef07-4335-83e3-1fad1f75f914","html_url":"https://github.com/blackbird-cloud/terraform-aws-eks-gitlab-runner","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"blackbird-cloud/terraform-module-template","purl":"pkg:github/blackbird-cloud/terraform-aws-eks-gitlab-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-eks-gitlab-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-eks-gitlab-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-eks-gitlab-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-eks-gitlab-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/terraform-aws-eks-gitlab-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-eks-gitlab-runner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268331018,"owners_count":24233161,"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-02T02:00:12.353Z","response_time":74,"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":["aws","eks","gitlab","terraform"],"created_at":"2024-11-13T08:14:17.855Z","updated_at":"2026-05-07T13:33:08.632Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform Aws Eks Gitlab Runner Module\nTerraform module to deploy Gitlab Runner on EKS\n\n[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://blackbird.cloud)\n\n## Example\n```hcl\nmodule \"gitlab_runner\" {\n  source  = \"blackbird-cloud/eks-gitlab-runner/aws\"\n  version = \"~\u003e 1\"\n\n  create_namespace = true\n  role_arn         = \"arn:xxxxxx:xx/xxxx/xxx\"\n  name             = \"production_runner\"\n  cluster_name     = \"production_cluster\"\n  default_image    = \"registry.gitlab.com/gitlab-org/terraform-images/stable:latest\"\n  replicas         = 1\n  runner_token     = \"xxxxxxxxxxxxxxx\"\n  runner_tags      = \"production\"\n  run_untagged     = false\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | 5.15.0 |\n| \u003ca name=\"requirement_helm\"\u003e\u003c/a\u003e [helm](#requirement\\_helm) | 2.4.1 |\n| \u003ca name=\"requirement_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#requirement\\_kubernetes) | 2.22.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 5.15.0 |\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | 2.4.1 |\n| \u003ca name=\"provider_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#provider\\_kubernetes) | 2.22.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [helm_release.runner](https://registry.terraform.io/providers/hashicorp/helm/2.4.1/docs/resources/release) | resource |\n| [kubernetes_namespace.ns](https://registry.terraform.io/providers/hashicorp/kubernetes/2.22.0/docs/resources/namespace) | resource |\n| [kubernetes_secret.secret](https://registry.terraform.io/providers/hashicorp/kubernetes/2.22.0/docs/resources/secret) | resource |\n| [kubernetes_service_account.sa](https://registry.terraform.io/providers/hashicorp/kubernetes/2.22.0/docs/resources/service_account) | resource |\n| [aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/5.15.0/docs/data-sources/eks_cluster) | data source |\n| [aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/5.15.0/docs/data-sources/eks_cluster_auth) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_annotations\"\u003e\u003c/a\u003e [annotations](#input\\_annotations) | Annotations applied to all Kubernetes resources | `map(string)` | `{}` | no |\n| \u003ca name=\"input_cluster_name\"\u003e\u003c/a\u003e [cluster\\_name](#input\\_cluster\\_name) | AWS EKS Cluster name | `string` | n/a | yes |\n| \u003ca name=\"input_create_namespace\"\u003e\u003c/a\u003e [create\\_namespace](#input\\_create\\_namespace) | Wether the module should create the namespace or not. | `bool` | `false` | no |\n| \u003ca name=\"input_default_image\"\u003e\u003c/a\u003e [default\\_image](#input\\_default\\_image) | Default Gitlab Runner Job Docker image | `string` | `\"\"` | no |\n| \u003ca name=\"input_labels\"\u003e\u003c/a\u003e [labels](#input\\_labels) | Labels applied to all Kubernetes resources | `map(string)` | `{}` | no |\n| \u003ca name=\"input_locked\"\u003e\u003c/a\u003e [locked](#input\\_locked) | Wether the runner is locked to the project or group. | `bool` | `false` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name of the gitlab runner | `string` | n/a | yes |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | Kubernetes namespace name | `string` | `\"gitlab-runner\"` | no |\n| \u003ca name=\"input_protected\"\u003e\u003c/a\u003e [protected](#input\\_protected) | Wether the runner only accepts protected jobs. | `bool` | `false` | no |\n| \u003ca name=\"input_replicas\"\u003e\u003c/a\u003e [replicas](#input\\_replicas) | Number of Gitlab Runner replicas | `number` | `2` | no |\n| \u003ca name=\"input_role_arn\"\u003e\u003c/a\u003e [role\\_arn](#input\\_role\\_arn) | Role ARN that will be used by the Gitlab Runner jobs. | `string` | n/a | yes |\n| \u003ca name=\"input_run_untagged\"\u003e\u003c/a\u003e [run\\_untagged](#input\\_run\\_untagged) | If the Gitlab Runner will run untagged jobs | `bool` | `false` | no |\n| \u003ca name=\"input_runner_tags\"\u003e\u003c/a\u003e [runner\\_tags](#input\\_runner\\_tags) | Comma separated list of runner tags | `string` | n/a | yes |\n| \u003ca name=\"input_runner_token\"\u003e\u003c/a\u003e [runner\\_token](#input\\_runner\\_token) | The Gitlab token to use for registering. | `string` | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\n## About\n\nWe are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.\n\nCheckout our other :point\\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)\n\n## Copyright\n\nCopyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-eks-gitlab-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-eks-gitlab-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-eks-gitlab-runner/lists"}