Skip to content

Add support for valid_runner_registrars

I'd like to be able to manage Runner Registration. I can see that the underlying API call is using valid_runner_registrars["group"] but:

resource "gitlab_application_settings" "this" {
  valid_runner_registrars = ["group"]
}

doesn't work and I can't see even valid_runner_registrars on API calls page.

Edited by Radek Antoniuk