From 343b5725e5863fbbcff51ddcf0978478343312f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Mon, 26 Aug 2024 12:13:36 +0000
Subject: [PATCH] Add EGI VPN to FW for EOSC production

---
 production2/terraform/terraform.tfvars | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/production2/terraform/terraform.tfvars b/production2/terraform/terraform.tfvars
index 742013c..e67f97d 100644
--- a/production2/terraform/terraform.tfvars
+++ b/production2/terraform/terraform.tfvars
@@ -44,4 +44,7 @@ security_public_cidr = {
   "147.228.21.79/32": "",
   # admin machine
   "2001:718:801:432:f816:3eff:feab:fbc8/128": "",
+  # EGI VPN
+  "145.90.225.224/27": "",
+  "2001:610:450:80::/64": "",
 }
-- 
GitLab