-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Describe the bug
When attempting to run terraform plan in a workspace that manages some statuscake_uptime_check resources, we will intermittently get failures that cause the plan to hard error. However, there's no information in the error to suggest a cause, let alone a solution.
Error: failed to get uptime check with ID: undefined response type: failed to deserialise error response
To Reproduce
This is an intermittent error so I don't expect reproduction to be easy/likely. Best guess would be an intermittent outage in the Statuscake API itself and/or an unclear rate limit. The workspace manages 5 uptime checks.
Expected behaviour
Either no error, or an error that actually tells us what's wrong.
Screenshots
Additional context
These plans run in an HCP Terraform environment, so getting any additional diagnostic information may be difficult, if not impossible.
