You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For web_page_speed_monitor, for check_frequency parameter the default value is 1 (String) and is measured in minutes. According to the example in the docs. If I set 1 or 5 as a value I get an exception that is not even very clear - implying that the parameter is not supported, not the value. "Check frequency not supported."
For web_page_speed_monitor, for check_frequency parameter the default value is 1 (String) and is measured in minutes. According to the example in the docs. If I set 1 or 5 as a value I get an exception that is not even very clear - implying that the parameter is not supported, not the value. "Check frequency not supported."
https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/web_page_speed_monitor
But for this type of monitor the minimal value is 10.
https://www.site24x7.com/help/api/#check-interval
I would make it an integer and set the default to 10 instead and update the docs.
The text was updated successfully, but these errors were encountered: