initial commit
This commit is contained in:
7
terraform/outputs.tf
Normal file
7
terraform/outputs.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user