home-cloud/modules/floating_ip/outputs.tf

3 lines
64 B
HCL
Executable file

output ip {
value = "${hcloud_floating_ip.main.ip_address}"
}