4 lines
66 B
Terraform
Raw Normal View History

2023-09-12 21:20:24 +02:00
output "lb_public_ip" {
value = hcloud_server.lb.ipv4_address
}