feat: boxes deployed, can enter

This commit is contained in:
2025-12-22 12:31:54 -05:00
parent 7a4efbbe50
commit 64cd0eb4ff
3 changed files with 35 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
output "box-ip" {
output "box_ip" {
value = {for box in hcloud_server.boxes: box.name => box.ipv4_address}
}