mirror of
https://gitlab.durp.info/durfy/homelab/iac.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
36c8dadfbd
commit
280d380cf0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
*/.terraform
|
*/.terraform
|
||||||
*/.terraform.lock.hcl
|
*/.terraform.lock.hcl
|
||||||
.idea
|
.idea
|
||||||
|
.env
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue