terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Terraform module for AWS GitLab runners on ec2 (spot) instances
Hello, in our setup plan always shows `user_data` are to be changed even after same config was just applied. Value from config indeed seems to be the same as one...
The variables docker_machine_role_json and instance_role_json are described as "instance override policy" which would seem to indicate that these could allow us to set custom permissions for these policies. If our...
This variable allows to change the `assume_role` of the created role for the docker machine: https://github.com/npalm/terraform-aws-gitlab-runner/blob/920d9c7e1a03a46d99a4f64795eb1b786676b642/main.tf#L331 This isn't that useful, it's almost always just going to be what the template...
I'm having an issue creating two runners with a shared cache bucket, when running terraform plan. No resources have been deployed yet. The full error message is as follows: ```...
I'm currently doing small research in order to migrate my current GitLab runner setup (done with CloudFormation, modified and updated by hand via SSH) to Terraform. I'm currently using a...
I've recently updated our modufle configuration to change the terraform ressource name from ``` module "runner_c5_xlarge_eu_west_3_b" { source = "npalm/gitlab-runner/aws" version = "4.1.0" aws_region = "eu-west-3" aws_zone = "b" #...
Create a test set for example with Terraform Kitchen sink / terratest to verify a deployment
## Description This PR fixes all mentioned TfSec issues reported by the pipeline. - encrypt all resources either with the provided/generated customer managed key or the default AWS key -...
## Description The `arn_format` used for US Gov and China can be calculated with `aws_partition`. Thus the parameter in the module is obsolete, marked as deprecated and should by removed...
Changing var.runners_add_dind_volumes in locals.tf to change `"/builds"` to `"/builds:/builds"` would simplify sharing volume mounts to dind containers. https://gitlab.com/gitlab-org/gitlab-foss/-/issues/41227#note_294252441