From 18265fa4cf30ab03d5da13289155dc4fdf39362e Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Wed, 18 Mar 2026 14:21:23 -0500 Subject: [PATCH] fix(ci): correct case-sensitive storage pool name (nas-iSCSI-lvm) Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/infrastructure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/infrastructure/variables.tf b/tests/infrastructure/variables.tf index ae77152..e38fd85 100644 --- a/tests/infrastructure/variables.tf +++ b/tests/infrastructure/variables.tf @@ -53,7 +53,7 @@ variable "disk_size" { variable "disk_storage" { description = "Proxmox storage pool for VM disks (must support raw format)" type = string - default = "nas-iscsi-lvm" + default = "nas-iSCSI-lvm" } variable "iso_local_path" {