fix: no private key present

This commit is contained in:
2025-12-30 12:49:04 -05:00
parent bb969bbbb9
commit c4ae044b52
3 changed files with 33 additions and 28 deletions

View File

@@ -1,3 +1,3 @@
output "nat-public-ip" {
output "nat_public_ip" {
value = hcloud_server.nat.ipv4_address
}