Add minio to terraform

This commit is contained in:
Tobias Reisinger 2025-06-08 19:33:26 +02:00
parent 4264017641
commit 37a304d161
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 130 additions and 0 deletions

View file

@ -51,6 +51,19 @@ variable "mailcow_api_key" {
}
variable "minio_server" {
default = "s3.serguzim.me"
}
variable "minio_user" {
sensitive = true
}
variable "minio_password" {
sensitive = true
}
variable "ovh_application_key" {
sensitive = true
}