uptime-com / terraform-provider-uptime

A Terraform provider that provisions checks via the Uptime.com REST API
MIT License
20 stars 16 forks source link

[ UP-3357 ] Handle empty default status code #75

Closed gigovich closed 2 months ago

gigovich commented 2 months ago

For HTTP checks, the status code can be empty. The API considers an empty value as a special case when creating a check that follows redirects and verifies that the last response returns a 200 status code.

https://uptimedotcom.atlassian.net/browse/UP-3357