mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-10-31 18:28:32 +00:00 
			
		
		
		
	fix driver type
This commit is contained in:
		| @@ -91,7 +91,7 @@ resource "proxmox_vm_qemu" "web" { | ||||
|   sockets = 1 | ||||
|   cores   = each.value.cpu | ||||
|   memory  = each.value.mem | ||||
|   scsihw  = "virtio-scsi-pci" | ||||
|   scsihw  = "virtio-scsi-single" | ||||
|  | ||||
|   vga { | ||||
|     memory = 0 | ||||
|   | ||||
| @@ -163,7 +163,7 @@ resource "proxmox_vm_qemu" "worker" { | ||||
|   sockets = 1 | ||||
|   cores   = each.value.cpu | ||||
|   memory  = each.value.mem | ||||
|   scsihw  = "virtio-scsi-pci" | ||||
|   scsihw  = "virtio-scsi-single" | ||||
|  | ||||
|   vga { | ||||
|     memory = 0 | ||||
| @@ -198,6 +198,7 @@ resource "proxmox_vm_qemu" "worker" { | ||||
|     storage  = var.proxmox_storage | ||||
|     size     = "128G" | ||||
|     cache    = "none" | ||||
|     iothread = 1 | ||||
|     ssd      = 1 | ||||
|     backup   = false | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Serge Logvinov
					Serge Logvinov