variable "admin_username" {
type = string
description = "The username of the admin user"
default = "admin"
}
variable "domain" {
description = "The domain name of the minio instance"
variable "network" {
type = object({
id = string
name = string
})
description = "The network to attach the minio service to"
variable "storage_path" {
description = "The path to the storage directory to use"
variable "expose_ports" {
type = bool
description = "Expose the minio ports to the outside world"
default = false