diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index dab240b..1a86906 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -30,7 +30,7 @@ source "proxmox" "ubuntu" { disks { type = "scsi" disk_size = "30G" - storage_pool = var.vm_storage_pool + storage_pool = "FAST" storage_pool_type = "lvm-thin" format = "raw" }