initial commit

This commit is contained in:
2025-08-28 22:54:52 -07:00
commit ab3009d329
9 changed files with 368 additions and 0 deletions

7
terraform/outputs.tf Normal file
View File

@@ -0,0 +1,7 @@
output "supabase_1_ipv4" {
value = hcloud_server.supabase_1.ipv4_address
}
output "supabase_1_ipv6" {
value = hcloud_server.supabase_1.ipv6_address
}