Browse Source

Merge pull request #492 from mdr-engineering/cw_NA_UpdatedMyIP

Adds Fred and Jeremy's
Frederick Damstra 3 years ago
parent
commit
1a6f4e2d22
1 changed files with 12 additions and 12 deletions
  1. 12 12
      variables/employee_ips.tf

+ 12 - 12
variables/employee_ips.tf

@@ -3,15 +3,15 @@
 # Fred dreams of deleting this file completely.
 locals {
 
-  trusted_ips = [       # IPs for 'permissive' ingress. Used for the bastion host and for testing. Think twice before employing.
-    "108.203.37.38/32", # Duane Waddle
-    "24.11.231.98/32",  # George Starcher
-    "99.151.37.185/32", # Wesley Leonard
-    "73.10.53.113/32",  # Rick Page Home
-    "74.211.32.26/32",  # Brad Poulton
-    "70.160.60.248/32", # Brandon Naughton
-    "67.167.143.87/32", # Fred Damstra
-    #"76.173.128.126/32",   # Jeremy Cooper
+  trusted_ips = [        # IPs for 'permissive' ingress. Used for the bastion host and for testing. Think twice before employing.
+    "108.203.37.38/32",  # Duane Waddle
+    "24.11.231.98/32",   # George Starcher
+    "99.151.37.185/32",  # Wesley Leonard
+    "73.10.53.113/32",   # Rick Page Home
+    "74.211.32.26/32",   # Brad Poulton
+    "70.160.60.248/32",  # Brandon Naughton
+    "67.167.142.200/32", # Fred Damstra
+    "188.210.17.19/32",  # Jeremy Cooper
     "97.117.127.174/32", # Colby Williams
     # We currently have the VPN in a public subnet and we are using a internet gateway. If we want a static egress IP we need to use a private subnet for the VPN and a NAT gateway.
     # https://aws.amazon.com/premiumsupport/knowledge-center/client-vpn-static-ip-address/
@@ -29,10 +29,10 @@ locals {
     "73.10.53.113/32",      # Rick Page Home
     "74.211.32.26/32",      # Brad Poulton
     "70.160.60.248/32",     # Brandon Naughton
-    "67.167.143.30/32",     # Frederick Damstra
+    "67.167.142.200/32",    # Frederick Damstra
     "97.117.127.174/32",    # Colby Williams
-    #"76.173.128.126/32",   # Jeremy Cooper
-    "73.213.108.186/32", # LaDonia Wicks
+    "188.210.17.19/32",     # Jeremy Cooper
+    "73.213.108.186/32",    # LaDonia Wicks
   ]
 
   admin_ips = [