Skip to content

Commit 225cd09

Browse files
[PRMP-586] add env vars to lambda
1 parent eafdcea commit 225cd09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

infrastructure/lambda-get-document-review.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)