瀏覽代碼

fix bios type in proxmox tf template

Christian Lempa 1 年之前
父節點
當前提交
285608369a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      terraform/proxmox/vmqemu.tf

+ 1 - 1
terraform/proxmox/vmqemu.tf

@@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "your-vm" {
   # -- Hardware Settings
 
   qemu_os = "other"
-  bios = "ovmf"
+  bios = "seabios"
   cores = 2
   sockets = 1
   cpu_type = "host"