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 1ce0dc7 commit b364c15Copy full SHA for b364c15
infrastructure/lambda-post-document-review.tf
@@ -27,6 +27,7 @@ module "post_document_review_lambda" {
27
WORKSPACE = terraform.workspace
28
STAGING_STORE_BUCKET_NAME = module.ndr-bulk-staging-store.bucket_id
29
EDGE_REFERENCE_TABLE = module.cloudfront_edge_dynamodb_table.table_name
30
+ CLOUDFRONT_URL = aws_cloudfront_distribution.s3_presign_mask.domain_name
31
}
32
depends_on = [
33
aws_api_gateway_rest_api.ndr_doc_store_api,
0 commit comments