resource "proxmox_lxc" "pihole" { # depends_on = [ # proxmox_vm_qemu.dev-docker # ] target_node = "pve" vmid = "201" hostname = "pihole" 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 = "dns;container" ssh_public_keys = <