Files
loc_az_hci/terraform/kubernetes/variables.tf
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

13 lines
262 B
HCL

variable "kubeconfig_path" {
description = "Path to kubeconfig file"
type = string
default = "~/.kube/config"
}
variable "cluster_name" {
description = "Kubernetes cluster name"
type = string
default = "proxmox-k3s-cluster"
}