This commit is contained in:
2025-08-20 18:07:06 +00:00
parent eb81b5132d
commit 3a132bc95f

View File

@ -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"