From 53157e477d156391fe629641db25cc158aac322d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:41:30 -0500 Subject: [PATCH] desc should be description --- nas.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.tf b/nas.tf index 2413226..a50dcc7 100644 --- a/nas.tf +++ b/nas.tf @@ -11,7 +11,7 @@ resource "proxmox_vm_qemu" "nas" { cpu_type = null current_node = "ryuk" define_connection_info = false - desc = "nas storage" + description = "nas storage" force_create = false full_clone = false hagroup = null