home-cloud/modules/docker_node/outputs.tf

8 lines
113 B
Terraform
Raw Normal View History

2019-01-30 19:49:47 +01:00
output ip {
value = "${hcloud_server.node.ipv4_address}"
}
output id {
value = "${hcloud_server.node.id}"
}