mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
11 lines
245 B
HCL
11 lines
245 B
HCL
variable "backup_buckets" {
|
|
type = list(object({
|
|
name = string
|
|
url = string
|
|
bucket = string
|
|
region = string
|
|
access_key_id = string
|
|
secret_access_key = string
|
|
}))
|
|
}
|