mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
7 lines
113 B
HCL
Executable file
7 lines
113 B
HCL
Executable file
output ip {
|
|
value = "${hcloud_server.node.ipv4_address}"
|
|
}
|
|
|
|
output id {
|
|
value = "${hcloud_server.node.id}"
|
|
}
|