mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
agent
This commit is contained in:
@ -22,6 +22,9 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
|||||||
template = true
|
template = true
|
||||||
started = false
|
started = false
|
||||||
|
|
||||||
|
agent {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
tags = ["opentofu", "kubernetes", "fedora"]
|
tags = ["opentofu", "kubernetes", "fedora"]
|
||||||
machine = "q35"
|
machine = "q35"
|
||||||
bios = "seabios"
|
bios = "seabios"
|
||||||
|
|||||||
Reference in New Issue
Block a user