Browse Source

Updates to latest code and moves customer vars

Brad Poulton 4 years ago
parent
commit
a70d767492

+ 15 - 1
prod/aws-us-gov/mdr-prod-c2/205-customer-portal-lambda/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/customer_portal_lambda?ref=v1.23.23"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal_lambda?ref=v1.24.15"
 }
 
 dependency "vpc-system-services" {
@@ -38,6 +38,20 @@ inputs = {
   vpc_id = dependency.vpc-system-services.outputs.vpc_id
   azs = dependency.vpc-system-services.outputs.azs
   subnets = dependency.vpc-system-services.outputs.private_subnets
+  customer_vars = {
+    "CUSTOMER_1_NAME"        = "AFS"
+    "CUSTOMER_2_NAME"        = "NGA"
+    "CUSTOMER_3_NAME"        = "MOOSE"
+    "CUSTOMER_5_NAME"        = "MA_COVID"
+    "CUSTOMER_6_NAME"        = "LA_COVID"
+    "CUSTOMER_7_NAME"        = "DC_COVID"
+    "CUSTOMER_8_NAME"        = "NIH"
+    "CUSTOMER_9_NAME"        = "BAS"
+    "CUSTOMER_10_NAME"       = "FRTIB"
+    "CUSTOMER_11_NAME"       = "DOED"
+    "CUSTOMER_12_NAME"       = "CA_COVID"
+    "CUSTOMER_13_NAME"       = "DGI"
+  }
 }
 terraform_version_constraint = "= 0.15.1"
 terragrunt_version_constraint = ">= 0.29, < 0.30"

+ 14 - 1
test/aws-us-gov/mdr-test-c2/205-customer-portal-lambda/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/customer_portal_lambda?ref=v1.23.19"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal_lambda?ref=v1.24.15"
 }
 
 dependency "vpc-system-services" {
@@ -38,6 +38,19 @@ inputs = {
   vpc_id = dependency.vpc-system-services.outputs.vpc_id
   azs = dependency.vpc-system-services.outputs.azs
   subnets = dependency.vpc-system-services.outputs.private_subnets
+  customer_vars = {
+    "CUSTOMER_1_NAME"        = "AFS"
+    "CUSTOMER_2_NAME"        = "NGA"
+    "CUSTOMER_3_NAME"        = "MOOSE"
+    "CUSTOMER_5_NAME"        = "MA_COVID"
+    "CUSTOMER_6_NAME"        = "LA_COVID"
+    "CUSTOMER_7_NAME"        = "DC_COVID"
+    "CUSTOMER_8_NAME"        = "NIH"
+    "CUSTOMER_9_NAME"        = "BAS"
+    "CUSTOMER_10_NAME"       = "FRTIB"
+    "CUSTOMER_11_NAME"       = "DOED"
+    "CUSTOMER_12_NAME"       = "CA_COVID"
+  }
 }
 terraform_version_constraint = "= 0.15.1"
 terragrunt_version_constraint = ">= 0.29, < 0.30"