output "pbs_container_id" { description = "PBS LXC container ID" value = proxmox_virtual_environment_container.pbs.vm_id } output "pbs_ip_address" { description = "PBS LXC IP address" value = var.pbs_ip_address } output "hermes_container_id" { description = "Hermes Agent LXC container ID" value = proxmox_virtual_environment_container.hermes.vm_id } output "hermes_hostname" { description = "Hermes Agent LXC hostname (IP is DHCP-assigned; discover via PVE/API)" value = var.hermes_hostname }