Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
9 lines
168 B
HCL
9 lines
168 B
HCL
# Servers for hosting random stuff
|
|
|
|
module "hosting-01" {
|
|
source = "./modules/server"
|
|
|
|
hostname = "hosting-01"
|
|
dns_zone = "escapeangle.com"
|
|
location = "fsn1"
|
|
}
|