diff --git a/production1/terraform/terraform.tfvars b/production1/terraform/terraform.tfvars
index 9a5b199c1336b5c3c1229259eb4f11a2a6e8c2b7..5bf6ead22bb3c50573413fc71979bf13c9ae0fa0 100644
--- a/production1/terraform/terraform.tfvars
+++ b/production1/terraform/terraform.tfvars
@@ -42,4 +42,6 @@ security_public_cidr = {
   "2001:610:450:80::/64": "EGI VPN",
   "78.128.247.55/32": "CESNET monitoring",
   "2001:718:ff05:205::55/128": "CESNET monitoring",
+  "150.254.160.250": "PSNC WAF testing",
+  "150.254.160.252": "PSNC WAF testing",
 }
diff --git a/production2/terraform/terraform.tfvars b/production2/terraform/terraform.tfvars
index 31c96235bc54feaca62dde4784aa0bbcd6ef152b..18ecd8534fc90d7f35d19b7758f46fb7f3a28989 100644
--- a/production2/terraform/terraform.tfvars
+++ b/production2/terraform/terraform.tfvars
@@ -49,4 +49,7 @@ security_public_cidr = {
   # CESNET monitoring
   "78.128.247.55/32": "",
   "2001:718:ff05:205::55/128": "",
+  # PSNC WAF testing
+  "150.254.160.250": "",
+  "150.254.160.252": "",
 }