terraform-provider-uptimerobot icon indicating copy to clipboard operation
terraform-provider-uptimerobot copied to clipboard

A terraform provider for UptimeRobot

Results 37 terraform-provider-uptimerobot issues
Sort by recently updated
recently updated
newest added

Since yesterday we have some issues. Existing configurations now show "Got error from UptimeRobot: null" In Debug Mode we see this: "429 Too Many Requests Rate limit exceeded, retry in...

Add data source for monitors. Allow fetching monitor information defined outside of Terraform.

enhancement

There is comment that UPTIMEROBOT_API_KEY can be set by environment variable ``` provider "uptimerobot" { api_key = "[YOUR MAIN API KEY]" # or pass via environment variable UPTIMEROBOT_API_KEY } ```...

Possibly because I have a webhook alert with a json payload that I set on the website. ``` 2021-02-22T21:05:34.863-0500 [DEBUG] plugin.terraform-provider-uptimerobot: panic: interface conversion: interface {} is nil, not float64...

I would like to use the webhook with discord, but I'm not sure if I can send a payload.

I tried to add an `sms` contact today and got ``` Error: Got error from UptimeRobot: {"message":"type is invalid.","parameter_name":"type","passed_value":"1","type":"invalid_parameter"} ``` Looking at the API docs, it looks like the guidance...

Currently the uptimerobot_alert_contact can not be from type Teams when getting it with a data resource the type is ""

I used to run the code and everything worked, now I'm running the plan and I get an unclear error: Run ```bash terraform plan ``` Output log ``` Refreshing Terraform...