feat: up to hetzner cloud controller creation

This commit is contained in:
2025-12-31 16:19:17 -05:00
parent 9066a8e600
commit 9a323672bc
6 changed files with 298 additions and 29 deletions

View File

@@ -1,3 +1,7 @@
output "nat_public_ip" {
value = hcloud_server.nat.ipv4_address
}
output "private_network_id" {
value = hcloud_network.net.id
}