This commit is contained in:
parent
81d4b3fe9f
commit
7073957513
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
|
||||||
description = "kasm"
|
description = "kasm"
|
||||||
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
||||||
started = true
|
started = true
|
||||||
|
machine = "q35"
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue