feat: add mailserver

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-01 23:51:35 +02:00
parent 00ae60fb07
commit 3277efc713
Signed by: lander
GPG key ID: 0142722B4B0C536F
4 changed files with 80 additions and 3 deletions

View file

@ -5,3 +5,7 @@ output "ipv4_address" {
output "ipv6_address" {
value = hcloud_server.server.ipv6_address
}
output "server_id" {
value = hcloud_server.server.id
}