Files
homelab-v/tofu/kubernetes/bootstrap/proxmox-csi-plugin/variables.tf
T
Vegard Hagen e94a97e6f3 feat(tofu): refactor tofu-code
Tidying code and clarifying some sections

Signed-off-by: Vegard Hagen <[email protected]>
2025-04-18 13:56:14 +02:00

8 lines
122 B
Terraform

variable "proxmox" {
type = object({
cluster_name = string
endpoint = string
insecure = bool
})
}