updating windows
This commit is contained in:
parent
d80cce8bfb
commit
a7f475f9d9
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue