From 280d380cf0ab87720b470e86016ff695b3e01b43 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 21 Feb 2026 07:01:17 -0600 Subject: [PATCH] update --- .gitignore | 1 + dmz/main.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d32217b..ad91300 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ */.terraform */.terraform.lock.hcl .idea +.env diff --git a/dmz/main.tf b/dmz/main.tf index eb23c67..2a590cc 100644 --- a/dmz/main.tf +++ b/dmz/main.tf @@ -46,7 +46,7 @@ locals { ip = ["21", "22", "23"] } openVPN = { - tags = "openVPN" + tags = "openvpn" count = 1 name = ["openVPN"] cores = 2