chore: move over files from web/git
This commit is contained in:
5
terraform/outputs.tf
Normal file
5
terraform/outputs.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user