File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ module "put_document_review_lambda" {
1414 is_gateway_integration_needed = true
1515 is_invoked_from_gateway = true
1616 lambda_environment_variables = {
17- APPCONFIG_APPLICATION = module.ndr- app- config.app_config_application_id
18- APPCONFIG_ENVIRONMENT = module.ndr- app- config.app_config_environment_id
19- APPCONFIG_CONFIGURATION = module.ndr- app- config.app_config_configuration_profile_id
20- DOCUMENT_REVIEW_DYNAMO_NAME = " "
21- WORKSPACE = terraform.workspace
17+ APPCONFIG_APPLICATION = module.ndr- app- config.app_config_application_id
18+ APPCONFIG_ENVIRONMENT = module.ndr- app- config.app_config_environment_id
19+ APPCONFIG_CONFIGURATION = module.ndr- app- config.app_config_configuration_profile_id
20+ DOCUMENT_REVIEW_DYNAMODB_NAME = " "
21+ WORKSPACE = terraform.workspace
2222
2323
2424 }
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ module "search_document_review_lambda" {
1414 is_gateway_integration_needed = true
1515 is_invoked_from_gateway = true
1616 lambda_environment_variables = {
17- APPCONFIG_APPLICATION = module.ndr- app- config.app_config_application_id
18- APPCONFIG_ENVIRONMENT = module.ndr- app- config.app_config_environment_id
19- APPCONFIG_CONFIGURATION = module.ndr- app- config.app_config_configuration_profile_id
20- DOCUMENT_REVIEW_DYNAMO_NAME = " "
21- WORKSPACE = terraform.workspace
17+ APPCONFIG_APPLICATION = module.ndr- app- config.app_config_application_id
18+ APPCONFIG_ENVIRONMENT = module.ndr- app- config.app_config_environment_id
19+ APPCONFIG_CONFIGURATION = module.ndr- app- config.app_config_configuration_profile_id
20+ DOCUMENT_REVIEW_DYNAMODB_NAME = " "
21+ WORKSPACE = terraform.workspace
2222
2323
2424 }
You can’t perform that action at this time.
0 commit comments