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"
|
node_name = "pve2"
|
||||||
vm_id = 250
|
vm_id = 250
|
||||||
tags = ["tofu"]
|
tags = ["tofu"]
|
||||||
started = false
|
started = true
|
||||||
bios = "ovmf"
|
bios = "ovmf"
|
||||||
machine = "q35"
|
machine = "q35"
|
||||||
|
|
||||||
|
agent {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "Fast500Gb"
|
datastore_id = "Fast500Gb"
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
|
|
Reference in a new issue