fix kasm
All checks were successful
OpenTofu Automation / deploy (push) Successful in 14s

This commit is contained in:
Matt Reeves 2024-11-16 18:58:28 -05:00
parent 81d4b3fe9f
commit 7073957513

View file

@ -6,7 +6,8 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
description = "kasm"
tags = ["tofu", "ubuntu-22", "iac-repo"]
started = true
machine = "q35"
agent {
enabled = true
}