Remove grafana-cloud
I've migrated back to Uptime Robot, for simplicity. Sadly their API limits make it almost impossible to properly Terraform.
This commit is contained in:
@ -21,13 +21,6 @@ provider "gandi" {
|
||||
key = var.gandi_api_key
|
||||
}
|
||||
|
||||
provider "grafana" {
|
||||
url = "https://theorangeone.grafana.net"
|
||||
auth = var.grafana_cloud_api_key
|
||||
sm_access_token = var.grafana_cloud_synthetic_monitoring_token
|
||||
sm_url = "https://synthetic-monitoring-api-gb-south.grafana.net"
|
||||
}
|
||||
|
||||
provider "b2" {
|
||||
application_key = var.backblaze_application_key
|
||||
application_key_id = var.backblaze_application_key_id
|
||||
|
Reference in New Issue
Block a user