Files
proxy/terraform/outputs.tf

6 lines
153 B
HCL

output "proxy_ip" {
description = "The public address of the proxy server."
value = hcloud_server.server_instance.ipv4_address
sensitive = false
}