chore: Restructured infra modules

This commit is contained in:
2026-07-10 20:54:22 +01:00
parent d0d1385bf4
commit a7cfcc33ce
19 changed files with 473 additions and 230 deletions
+7
View File
@@ -0,0 +1,7 @@
output "ipv4" {
value = hcloud_server.this.ipv4_address
}
output "private_ipv4" {
value = var.private_ip
}