Configure Backblaze with terraform

This commit is contained in:
Jake Howard
2023-04-28 17:57:58 +01:00
parent f6988af87c
commit 297e2e0dba
5 changed files with 136 additions and 13 deletions

View File

@ -27,3 +27,8 @@ provider "grafana" {
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
}