terraform-aws-gitlab-runner icon indicating copy to clipboard operation
terraform-aws-gitlab-runner copied to clipboard

Terraform module for AWS GitLab runners on ec2 (spot) instances

Results 110 terraform-aws-gitlab-runner issues
Sort by recently updated
recently updated
newest added
trafficstars

# Describe the issue When using fleet mode, a ssh private key is [injected into the main runner via user-data](https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/abb98a22953a3d22e07f812557f3ce03d5afffb0/main.tf#L82) This is being flagged out as a security risk. #...

stale

Was looking to update the EC2 image running the Gitlab Runner to a RHEL AMI. Was able to update it using the runner_ami_filter variable. It works find using the latest...

# Describe the bug Upgraded from 6.5.2 to 9.2.2 (in fact, i deleted all the resources, and created all instances again serveral times) Worker is connected to gitlab, spot instances...

## Description this PR fixes #1278 Note: The whole PR is used as commit message. ## Migrations required No ## Verification I did deploy this module with both options, i.e....

[This](https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/fc0a6933a162a6c38253f782c00010a58678f5fb/template/gitlab-runner.tftpl#L393) returns 404 since the instance metadata url does not have autoscaling option as its path. Therefore will never execute this [logic](https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/fc0a6933a162a6c38253f782c00010a58678f5fb/template/gitlab-runner.tftpl#L372). Any idea how this was implemented at the...

stale

# Describe the bug When the runners are placed in a public subnets the lambda function is too, as they share the same networking variables (vpc_id & subnet_id). This leads...

GitLab runner version 18.0.2 I'm seeing that the runner is unable to pull the cache, with this error: ```Restoring cache Checking cache for default-protected... WARNING: received: 403 Forbidden. Request failed...

# Describe the bug If the KMS key is being created at the same time as the module, i.e. as a separate `aws_kms_key` resource or by setting `enable_managed_kms_key` the plan...

https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/6f684d3bb9f023e79f2e6fdcf562937111705ee9/main.tf#L2-L14 When you want to use this (amazing!) module alongside [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/user_runner) to create the runners in Gitlab, you will also want to provide your own [`aws_ssm_parameter`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter) resource containing the output...

work-in-progress

Release date: ... months ahead Stuff to implement - use pre-registered runner only. (runner_gitlab.preregistered_runner_token_ssm_parameter_name) (#1225) - rotate the runner token automatically and manage the SSM parameter within the module (#1196)...

work-in-progress