Prepare opentofu config for multi-bucket services
This commit is contained in:
parent
dcddb46d63
commit
d89e1221fd
5 changed files with 10 additions and 7 deletions
|
@ -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)
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue