You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to create a vm without any disks fails with
╷
│ Error: Insufficient disk blocks
│
│ on file.tf line 1, in resource "xenorchestra_vm" "vm":
│ 1: resource "xenorchestra_vm" "vm" {
│
│ At least 1 "disk" blocks are required.
╵
My vm doesn't need disks, it is epheremal and only needs a cdrom.
The text was updated successfully, but these errors were encountered:
Trying to create a vm without any disks fails with
My vm doesn't need disks, it is epheremal and only needs a cdrom.
The text was updated successfully, but these errors were encountered: