resource "proxmox_lxc" "ghshr" { target_node = "pve" vmid = "200" hostname = "ghshr" 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" ssh_public_keys = <