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

Hello, https://github.com/npalm/terraform-aws-gitlab-runner/blob/e36c97184bc008fdd5ea1a9510cfa520df5b276f/locals.tf#L14 This overwrite what we define as `secure_parameter_store_runner_token_key` which prevent us to use any naming we would like. On our side for example we use stuffs like `///` but...

It would be cool if we could support session_server in the gitlab runner config for interactive webterminals https://docs.gitlab.com/ee/ci/interactive_web_terminal/index.html https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-session_server-section

enhancement :new:
work-in-progress

Hello, i have gitlab runner in one region region. And i have S3 bucket with cache in another region.. How can i specify BucketLocation region? it is always overwriting with...

Hi We are using this module for some time now but recently around a month ago runner instances updated docker versions from 19.03 to 20.10.1 and this is causing us...

A terraform file in a PR had an error, but all checks were passed?! The console output shows an error message. See [Pipeline should fail](https://github.com/npalm/terraform-aws-gitlab-runner/pull/236/checks?check_run_id=840691206), step verify-examples.

bug

Would be great to be able to configure shell executor: https://docs.gitlab.com/runner/executors/shell.html

Error: Variables not allowed │ │ on line 1: │ (source code not available) │ │ Variables may not be used here. ╵ ╷ │ Error: No value for required...

I've hit situation where default module tags `Environment` and `Name` interfere with providers `default_tag` directive. This in result conflict with each Terraform run. Introducing something like `default_tags = true` would...

Hi, We are using `terraform-aws-gitlab-runnner` to spin up GitLab runners on our AWS account. As part of security auditing, there was a severe alert raised on this policy created by...

help wanted
good first issue

it'd be good to get support for http_proxy on outbound connections, for pulling the packages, and for the runners connecting back to the git instance.