mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-06 17:57:02 +00:00
4 lines
75 B
Terraform
4 lines
75 B
Terraform
|
|
output server_public_ip {
|
||
|
|
value = hcloud_floating_ip.server.ip_address
|
||
|
|
}
|