feat: add db-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
672ab672b0
commit
f1f567d1ba
1 changed files with 8 additions and 0 deletions
8
db.tf
Normal file
8
db.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
module "db-01" {
|
||||||
|
source = "./modules/server"
|
||||||
|
|
||||||
|
hostname = "db-01"
|
||||||
|
dns_zone = "escapeangle.com"
|
||||||
|
location = "fsn1"
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue