Prepare opentofu config for multi-bucket services

This commit is contained in:
Tobias Reisinger 2025-04-15 23:48:59 +02:00
parent dcddb46d63
commit d89e1221fd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 10 additions and 7 deletions

View file

@ -162,6 +162,7 @@ variable "services" {
auth_cert = optional(string)
auth_redirects = optional(list(string))
s3 = bool
s3_buckets = optional(list(string))
database = bool
mail = optional(string)
}))