From 7a33b9e96337018971a4a2f5c1a694417b67ecd0 Mon Sep 17 00:00:00 2001 From: A-Ashiq Date: Thu, 12 Dec 2024 16:10:19 +0000 Subject: [PATCH] Remove pen testers from IP allow list --- terraform/20-app/ip-allow-lists.tf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/terraform/20-app/ip-allow-lists.tf b/terraform/20-app/ip-allow-lists.tf index 0e6d45f2..91d86c0a 100644 --- a/terraform/20-app/ip-allow-lists.tf +++ b/terraform/20-app/ip-allow-lists.tf @@ -47,13 +47,7 @@ locals { "86.11.171.6/32", # Jason Deakin "192.168.0.20/32", # Alana Firth ] - ncc = [ - "5.148.69.16/28", - "167.98.200.192/27", - "167.98.200.196/27", - "195.95.131.0/24", - "5.148.32.192/26", - ] + ncc = [] } complete_ip_allow_list = tolist( # Cast back to a list for portability