terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Support shell and/or instance executor
trafficstars
Describe the solution you'd like
We have workflows which can only run on instances (not containers). For that we probably need to use the shell executor or the new experimental instance executor. It would be super helpful to support it in this module.
Describe alternatives you've considered
The alternative is to find another module or implement one by myself