Update test-cloudinit.tf

emulatessd option
This commit is contained in:
mozzatech
2025-03-24 14:48:59 +01:00
committed by GitHub
parent fe7e815482
commit f00b381d0e
+2
View File
@@ -31,6 +31,7 @@ resource "proxmox_vm_qemu" "cloudinit-k3s-master" {
disk {
storage = "nvme"
size = 12
emulatessd = true
}
}
}
@@ -79,6 +80,7 @@ resource "proxmox_vm_qemu" "cloudinit-k3s-worker" {
disk {
storage = "nvme"
size = 12
emulatessd = true
}
}
}