mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 02:07:02 +00:00
4 lines
64 B
Terraform
4 lines
64 B
Terraform
|
|
output ip {
|
||
|
|
value = "${hcloud_floating_ip.main.ip_address}"
|
||
|
|
}
|