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