gitlab_application_settings > shared_runners_text - Empty text "" results in 400 error
Created by: BornToBeRoot
GitLab Provider version
3.18.0
GitLab version
15.5.1
Terraform version
1.3.3
Relevant Terraform Configuration
resource "gitlab_application_settings" "this" {
shared_runners_text = ""
}
Relevant log output
gitlab_application_settings.this: Creating...
╷
│ Error: PUT https://<GITLAB_DOMAIN>/api/v4/application/settings: 400 {error: shared_runners_text is missing}
│
│ with gitlab_application_settings.this,
│ on main.tf line 31, in resource "gitlab_application_settings" "this":
│ 31: resource "gitlab_application_settings" "this" {
│
Description
Adding a text and unset it is also not possible.
Edited by Timo Furrer