feat: add servers module

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-13 15:29:50 +01:00
parent 1fffa79b9d
commit b9f3259f6a
Signed by: lander
GPG key ID: 0142722B4B0C536F
7 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,7 @@
output "ipv4_address" {
value = hcloud_server.server.ipv4_address
}
output "ipv6_address" {
value = hcloud_server.server.ipv6_address
}