Selaa lähdekoodia

Adds VPN IPs to trusted, Allows Trusted to GitHub Admin

Fred Damstra [afs macbook] 3 vuotta sitten
vanhempi
sitoutus
282014fa84

+ 2 - 0
globals.hcl

@@ -19,6 +19,8 @@ locals {
     "99.56.213.129/32", # Fred Damstra
     #"76.173.128.126/32",   # Jeremy Cooper
     "97.117.83.215/32", # Colby Williams
+    "18.253.178.104/32", # Test VPN NAT GW
+    "18.253.116.210/32", # Prod VPN NAT GW
   ]
 
   portal_test_whitelist = [ # IPs for Portal Test and vmray

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/090-instance-github/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github?ref=v4.2.12"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github?ref=v4.2.16"
 }
 
 dependency "vpc" {

+ 1 - 1
test/aws-us-gov/mdr-test-c2/090-instance-github/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github?ref=v4.2.12"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github?ref=v4.2.16"
 }
 
 dependency "vpc" {