From 95e93539d220b517c1f47277431c536b01e19aba Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 26 Aug 2025 14:56:56 +0000 Subject: [PATCH] Update proxmox.variables.tf --- proxmox.variables.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxmox.variables.tf b/proxmox.variables.tf index 948ad66..ac4c137 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -42,6 +42,8 @@ variable "proxmox_k8s_vms" { ip = string cores = optional(number) memory = optional(number) + data_store = optional(string) + gateway = string disk_size = optional(number) extra_users = optional(list(object({ name = string