infra: add flake module and crocus exports

This commit is contained in:
2025-11-24 17:11:04 +01:00
parent 925cf3140c
commit 5f6ba8e29d
4 changed files with 28 additions and 0 deletions

View File

@@ -62,3 +62,7 @@ resource "hcloud_firewall" "crocus_firewall" {
source_ips = ["0.0.0.0/0", "::/0"]
}
}
output "crocus_ipv4" {
value = hcloud_primary_ip.crocus_ipv4.ip_address
}