chore: move over files from web/git

This commit is contained in:
2025-10-08 20:40:44 -04:00
parent 2e5f7821ec
commit 5697e53bc9
15 changed files with 264 additions and 202 deletions

5
terraform/outputs.tf Normal file
View File

@@ -0,0 +1,5 @@
output "proxy_ip" {
description = "The public address of the proxy server."
value = hcloud_server.server_instance.ipv4_address
sensitive = false
}