Files
tofu/outputs.tf
T
2026-05-18 13:01:32 -05:00

5 lines
66 B
Terraform

output "server_ip" {
value = hcloud_server.main.ipv4_address
}