Przeglądaj źródła

Merge pull request #491 from mdr-engineering/cw_NA_UpdateMyIP

Update Colby's public IPv4 address
Frederick Damstra 3 lat temu
rodzic
commit
3807d359f4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      variables/employee_ips.tf

+ 2 - 2
variables/employee_ips.tf

@@ -12,7 +12,7 @@ locals {
     "70.160.60.248/32", # Brandon Naughton
     "67.167.143.87/32", # Fred Damstra
     #"76.173.128.126/32",   # Jeremy Cooper
-    "97.117.83.215/32", # Colby Williams
+    "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/
     "18.252.173.222/32", # Test AWS VPN Internet GW Dynamic IP
@@ -30,7 +30,7 @@ locals {
     "74.211.32.26/32",      # Brad Poulton
     "70.160.60.248/32",     # Brandon Naughton
     "67.167.143.30/32",     # Frederick Damstra
-    "97.117.83.215/32",     # Colby Williams
+    "97.117.127.174/32",    # Colby Williams
     #"76.173.128.126/32",   # Jeremy Cooper
     "73.213.108.186/32", # LaDonia Wicks
   ]