bouwroute-devops/infra/modules/hcloud-node/output.tf

4 lines
58 B
HCL

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