fix(ci): correct case-sensitive storage pool name (nas-iSCSI-lvm)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Clint Branham
2026-03-18 14:21:23 -05:00
parent 0dff14f4ba
commit 18265fa4cf
+1 -1
View File
@@ -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" {