output "server_ipv4" { description = "Public IPv4 address of the cc-ci-orchestrator Hetzner server" value = hcloud_server.cc_ci_orch.ipv4_address } output "server_id" { description = "Hetzner internal server ID" value = hcloud_server.cc_ci_orch.id } output "ssh_connect" { description = "SSH command to connect as root (after nixos-infect)" value = "ssh root@${hcloud_server.cc_ci_orch.ipv4_address}" } output "nixos_infect_log" { description = "Check infect progress" value = "ssh root@${hcloud_server.cc_ci_orch.ipv4_address} 'cat /var/log/nixos-infect.log'" }