Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response_headers_severity does not allow down value #286

Open
valugi opened this issue Jun 24, 2024 · 0 comments
Open

response_headers_severity does not allow down value #286

valugi opened this issue Jun 24, 2024 · 0 comments

Comments

@valugi
Copy link

valugi commented Jun 24, 2024

This is about a website monitor attribute called response_headers_severity. The documentation states that the possible values are DOWN 0 - or Trouble 2. Setting this to 0 in terraform does not work - the value gets set back to 2.

  # module.spof_website.site24x7_website_monitor.website will be updated in-place
  ~ resource "site24x7_website_monitor" "website" {
        id                          = "396627000019683030"
      ~ response_headers_severity   = 2 -> 0

The same behavior happens in the web interface - Down value is not saved.

https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/website_monitor#response_headers_severity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant