feat: add mailserver
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
00ae60fb07
commit
3277efc713
4 changed files with 80 additions and 3 deletions
|
|
@ -5,3 +5,7 @@ output "ipv4_address" {
|
|||
output "ipv6_address" {
|
||||
value = hcloud_server.server.ipv6_address
|
||||
}
|
||||
|
||||
output "server_id" {
|
||||
value = hcloud_server.server.id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue