tofu
Log
|
Files
|
Refs
|
README
outputs.tf (66B)
1
2
output "server_ip" {
3
value = hcloud_server.main.ipv4_address
4
}