This commit is contained in:
DeveloperDurp 2026-02-21 07:01:17 -06:00
parent 36c8dadfbd
commit 280d380cf0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*/.terraform */.terraform
*/.terraform.lock.hcl */.terraform.lock.hcl
.idea .idea
.env

View file

@ -46,7 +46,7 @@ locals {
ip = ["21", "22", "23"] ip = ["21", "22", "23"]
} }
openVPN = { openVPN = {
tags = "openVPN" tags = "openvpn"
count = 1 count = 1
name = ["openVPN"] name = ["openVPN"]
cores = 2 cores = 2