From 499ee33bf544f0b1ddf7de0b51d9a4a03a302688 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:22:50 -0600 Subject: [PATCH] attempt at copy tempplate disk --- grail.tf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/grail.tf b/grail.tf index 0b78ce1..4400383 100644 --- a/grail.tf +++ b/grail.tf @@ -22,15 +22,15 @@ resource "proxmox_vm_qemu" "grail" { # nesting = true #} disks{ - virtio{ - virtio0{ + scsi{ + scsi0{ disk{ - discard = true - # #emulatessd = true - asyncio = "threads" - iothread = true - size = "32G" storage = "nvme" + asyncio = "threads" + discard = true + iothread = true + size = "42G" + emulatessd = true } } }