Browse Source

Whitelists test LCPS. I added a couple of EIPs, one in commercial
and one in govcloud for us to test LCP images with. That way we
don't have to constantly update whitelists as we're doing LCP
testing ...

Duane Waddle 4 years ago
parent
commit
747be43b2f
1 changed files with 8 additions and 1 deletions
  1. 8 1
      globals.hcl

+ 8 - 1
globals.hcl

@@ -76,7 +76,14 @@ locals {
       cidr_blocks = [
         "184.105.253.64/28", # Provided by OT IP address range for Houston CFC 2021-02-09
       ]
-    }
+    },
+    {
+      description = "Test LCPs"
+      cidr_blocks = [
+        "18.252.65.137/32",                 # Test LCP in Govcloud (EIP in common-services-gov)
+        "54.224.56.231/32",                 # Test LCP in Commercial (EIP in common-services)
+      ]
+    },
   ]
 
   dns_zone_map = {