terraform-provider-gitlabci: Register GitLab CI Runners
Easy runner registration via terraform
I’m a huge fan of terraform, so when I needed to build out cloud
infrastructure for GitLab CI/CD it was the first thing I reached for. The
native terraform-provider-gitlab
was very useful, but left out one critical
detail: it was not possible to register a runner.
Ouch. 💢