uptime-com / terraform-provider-uptime

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

Feature Request - Add options missing in the provider #31

Closed vikas027 closed 1 year ago

vikas027 commented 1 year ago

I have gone through the documentation but could not find a few options that are available in the UI.

2023-10-10_16-10-37 2023-10-10_16-11-09

mikluko commented 1 year ago

@vikas027

We have added most of HTTP check GUI options to the provider. See https://registry.terraform.io/providers/uptime-com/uptime/2.1.0-rc.2/docs/resources/check_http

One significant exception is escalations. Provider does not support escalations at the moment. Implementing these is not specific to HTTP check and I belive should be tracked in a separate issue.