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:
Jake Howard
2023-10-09 19:48:39 +01:00
parent 37b8c48a77
commit 0780d255ed
5 changed files with 0 additions and 172 deletions

View File

@ -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