mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-04 19:25:36 +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" {
|
variable "disk_storage" {
|
||||||
description = "Proxmox storage pool for VM disks (must support raw format)"
|
description = "Proxmox storage pool for VM disks (must support raw format)"
|
||||||
type = string
|
type = string
|
||||||
default = "nas-iscsi-lvm"
|
default = "nas-iSCSI-lvm"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "iso_local_path" {
|
variable "iso_local_path" {
|
||||||
|
|||||||
Reference in New Issue
Block a user