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

@ -24,5 +24,9 @@ terraform {
source = "grafana/grafana"
version = "1.36.1"
}
b2 = {
source = "Backblaze/b2"
version = "0.8.4"
}
}
}