Browse Source

Merge pull request #188 from mdr-engineering/feature/bp_MSOCI-1563_portal_sync_lambda_gc_3

Adds Customers to Portal Lambda
Brad Poulton 4 years ago
parent
commit
3a1e9f51f3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      base/customer_portal_lambda/main.tf

+ 4 - 0
base/customer_portal_lambda/main.tf

@@ -107,6 +107,10 @@ resource "aws_lambda_function" "portal_data_sync" {
 			"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"      
 			"HTTP_PROXY"             = "http://${var.proxy}"
 			"HTTPS_PROXY"            = "http://${var.proxy}"
 			"NO_PROXY"               = "${var.dns_info["legacy_private"]["zone"]},${var.dns_info["private"]["zone"]}"