Files
garage/vars/bck/terraform.tfvars
2025-10-23 09:17:44 +02:00

17 lines
218 B
HCL

url = "localhost:3903"
scheme = "http"
keys = ["backup-key"]
buckets = {
backup = {
allowed_keys = {
"backup-key" = {
read = true
write = true
owner = true
}
}
}
}