🚀: add vars

This commit is contained in:
VC
2025-10-23 09:17:44 +02:00
parent 5ed688ff16
commit 9f7687b667
3 changed files with 89 additions and 7 deletions

16
vars/bck/terraform.tfvars Normal file
View File

@@ -0,0 +1,16 @@
url = "localhost:3903"
scheme = "http"
keys = ["backup-key"]
buckets = {
backup = {
allowed_keys = {
"backup-key" = {
read = true
write = true
owner = true
}
}
}
}