terraform-provider-uptimerobot
                                
                                 terraform-provider-uptimerobot copied to clipboard
                                
                                    terraform-provider-uptimerobot copied to clipboard
                            
                            
                            
                        A terraform provider for UptimeRobot
Hi guys. This project has not released a version for a long time, is it due to its stability or is it deprecated?
Please add pagerduty as an available contact type for the uptimerobot_alert_contact resource. Thanks!
Hello, When I run our uptime robot for uptimereobot_alert_contact, it wants to create and destroy the alert contact. The Terraform code uses "=". When I query the uptime robot API,...
Without this, you have errors like `Error: Got error from UptimeRobot: null` when you have too many obbjects to fetch from the API. Yes, it will be slow, but at...
Added support for the optional http_method parameter available with Pro plan. Unfortunately this parameter is for the moment only available for newMonitor & editMonitor but not for getMonitors, and as...
If a contact is created with terraform and deleted using the UTR web portal, terraform will fail on the next apply. The provider should ignore this error so that the...
Using an M1 Mac to try to init results in the error `Provider registry.terraform.io/louy/uptimerobot v0.5.1 does not have a package available for your current platform, darwin_arm64.`. I'd be happy to...
Most of the time, i got a few error messages with TLS handshake timeout like this ``` Error: Post https://api.uptimerobot.com/v2/getMonitors: net/http: TLS handshake timeout Error: Post https://api.uptimerobot.com/v2/getPSPs: net/http: TLS handshake...
Uptimerobot introduced a new monitor type "heartbeat" (currently in beta) which is not currently supported by the provider:  ```json5 { "id": 1234, "friendly_name": "Name of the monitor", "url": "https://heartbeat.uptimerobot.com/***unique-id***",...
closes #70