feat: added server instances

This commit is contained in:
2025-12-30 12:30:52 -05:00
parent 8d9d04810c
commit 1e17d87b4f
4 changed files with 29 additions and 13 deletions

3
terraform/outputs.tf Normal file
View File

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