🚀: add vars
This commit is contained in:
16
vars/bck/terraform.tfvars
Normal file
16
vars/bck/terraform.tfvars
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user