mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user