bouwroute-devops/infra/modules/minio/variables.tf

10 lines
196 B
HCL

variable "config_path" {
description = "Path to the kubeconfig file"
type = string
}
variable "hostname" {
description = "Hostname for the Minio server"
type = string
}