updating windows

This commit is contained in:
Matt Reeves 2024-06-24 20:04:14 -04:00
parent d80cce8bfb
commit a7f475f9d9

View file

@ -3,10 +3,14 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
node_name = "pve2"
vm_id = 250
tags = ["tofu"]
started = false
started = true
bios = "ovmf"
machine = "q35"
agent {
enabled = true
}
disk {
datastore_id = "Fast500Gb"
interface = "scsi0"