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

Missing support for escallation configuration #85

Open fcbry opened 1 month ago

fcbry commented 1 month ago

The terraform provider is missing support for escallations in (http) checks.

The API support for escallation is implemented kinda weird, in that you need to create a check and then add an escallation to it after the fact.

  1. First create your checks API ref

then

  1. Fetch the ids and bulk patch in the escallation setting API ref

This is somewhat clunky, as I'll have to write a script in addition to the (fine) terraform support you've implemented for the rest of your stuff.