home-cloud/modules/docker_node/outputs.tf

7 lines
113 B
HCL
Executable file

output ip {
value = "${hcloud_server.node.ipv4_address}"
}
output id {
value = "${hcloud_server.node.id}"
}