tf-infra/modules/server/outputs.tf
Lander Van den Bulcke b9f3259f6a
feat: add servers module
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-01-13 15:29:50 +01:00

7 lines
141 B
HCL

output "ipv4_address" {
value = hcloud_server.server.ipv4_address
}
output "ipv6_address" {
value = hcloud_server.server.ipv6_address
}