add openvpn server

This commit is contained in:
DeveloperDurp 2026-01-14 06:09:21 -06:00
parent 8b892fe6b1
commit 6bd445af5b
2 changed files with 67 additions and 0 deletions

View file

@ -45,4 +45,14 @@ locals {
node = ["mothership", "overlord", "vanguard"]
ip = ["21", "22", "23"]
}
openVPN = {
tags = "openVPN"
count = 1
name = ["openVPN"]
cores = 2
memory = "4096"
drive = 20
node = ["mothership"]
ip = ["20"]
}
}