infrastructure/k8s.tjo.cloud/modules/cluster-core/variables.tf
Tine c0254f1bb4
Some checks failed
/ lint (push) Failing after 12m52s
feat: monitoring fixes
2024-07-27 16:08:21 +02:00

4 lines
100 B
HCL

variable "cluster_name" {
description = "Name of the Kubernetes cluster"
type = string
}