feat: add hosting-01

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-01 23:55:39 +02:00
parent 3277efc713
commit 40d988385f
Signed by: lander
GPG key ID: 0142722B4B0C536F

9
hosting.tf Normal file
View file

@ -0,0 +1,9 @@
# Servers for hosting random stuff
module "hosting-01" {
source = "./modules/server"
hostname = "hosting-01"
dns_zone = "escapeangle.com"
location = "fsn1"
}