diff --git a/proxmox.tf b/proxmox.tf index c6f46b3..8223f53 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -22,6 +22,9 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { template = true started = false + agent { + enabled = true + } tags = ["opentofu", "kubernetes", "fedora"] machine = "q35" bios = "seabios"