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

@ -25,3 +25,11 @@ variable "grafana_cloud_api_key" {
variable "grafana_cloud_synthetic_monitoring_token" {
sensitive = true
}
variable "backblaze_application_key" {
sensitive = true
}
variable "backblaze_application_key_id" {
sensitive = true
}