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