File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ module "get_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
22-
23-
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+ PENDING_REVIEW_DOCUMENT_BUCKET = " "
22+ CLOUDFRONT_URL = module.cloudfront - distribution - lg.cloudfront_url
23+ WORKSPACE = terraform.workspace
2424 }
2525 depends_on = [
2626 aws_api_gateway_rest_api . ndr_doc_store_api ,
You can’t perform that action at this time.
0 commit comments