From 531ad28ed88c8404c1eda605f595d8fec3d925d9 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 02:12:59 +0100 Subject: [PATCH] FAST --- data/QuickAndDirty/test.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }