Add minio to terraform
This commit is contained in:
parent
4264017641
commit
37a304d161
9 changed files with 130 additions and 0 deletions
13
variables.tf
13
variables.tf
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue