gitlab_application_settings > rate_limiting_response_text - Cannot unset text

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" {
  rate_limiting_response_text = ""
}

Relevant log output

No changes. Your infrastructure matches the configuration.

Description

Cannot unset text in "Plain-text response to send to clients that hit a rate limit" after it was set.

Adding a space works: rate_limiting_response_text = " "

Edited by Timo Furrer