site24x7 / terraform-provider-site24x7

Terraform provider for Site24x7
MIT License
22 stars 33 forks source link

Unexpected Block issue Version 1.0.66 #215

Closed markkelly-payroc closed 8 months ago

markkelly-payroc commented 9 months ago

Hi, I am seeing this unexpected block for the read_time_out

// (Optional) Triggers alert when not receiving the website entire HTTP response within 30 seconds. read_time_out { severity = 3 value =true }

this is for a website threshold profile - any ideas welcome

image

jim-billy-zoho commented 8 months ago

@markkellypayroc Thank you for your patience. We have rectified the documentation error. "=" is missing after the "read_time_out" attribute.

read_time_out = {
    severity = 3
    value =true
  }

Please refer - https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/threshold_profile