We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844e431 commit b26dcacCopy full SHA for b26dcac
infrastructure/lambda-document-upload-check.tf
@@ -22,7 +22,6 @@ module "document_upload_check_lambda" {
22
http_methods = null
23
api_execution_arn = null
24
lambda_environment_variables = {
25
- LLOYD_GEORGE_DYNAMODB_NAME = module.lloyd_george_reference_dynamodb_table.table_name
26
DOCUMENT_REVIEW_DYNAMODB_NAME = module.document_upload_review_dynamodb_table.table_name
27
STAGING_STORE_BUCKET_NAME = module.ndr-bulk-staging-store.bucket_id
28
LLOYD_GEORGE_BUCKET_NAME = module.ndr-lloyd-george-store.bucket_id
0 commit comments