deployments/stun_server/region/outputs.tf

5 lines
117 B
HCL

output "stun_server_endpoint" {
description = "Endpoint of the Stun server"
value = aws_lb.main.dns_name
}