feat: add hosting-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
3277efc713
commit
40d988385f
1 changed files with 9 additions and 0 deletions
9
hosting.tf
Normal file
9
hosting.tf
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue