resource "proxmox_lxc" "gtar" { target_node = "pve" vmid = "200" hostname = "gtar" ostemplate = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst" password = var.ci_password unprivileged = false ostype = "debian" onboot = true start = true startup = "order=1000" tags = "gitea;container" ssh_public_keys = <