a few fixes still needed

This commit is contained in:
Alex
2025-09-03 07:29:20 +02:00
parent d5bdc6ea54
commit 93f5363747
2 changed files with 6 additions and 25 deletions

View File

@@ -49,10 +49,10 @@ resource "proxmox_vm_qemu" "controller" {
memory = 1024
scsihw = "virtio-scsi-pci"
disk {
slot = 0
slot = sata0
size = "20G"
storage = var.storage
type = "scsi"
type = "disk"
}
network {
id = 0