Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
262 B
HCL
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"
|
|
}
|
|
|