feat: provisioned

This commit is contained in:
2025-12-22 12:26:40 -05:00
parent 3e07d115c0
commit 7a4efbbe50
5 changed files with 58 additions and 25 deletions

View File

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