File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ module "document-manifest-job-lambda" {
7171 http_methods = [" GET" , " POST" ]
7272 api_execution_arn = aws_api_gateway_rest_api. ndr_doc_store_api . execution_arn
7373 lambda_environment_variables = {
74- LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
75- ZIPPED_STORE_BUCKET_NAME = " ${ terraform . workspace } -${ var . zip_store_bucket_name } "
76- ZIPPED_STORE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . zip_store_dynamodb_table_name } "
77- WORKSPACE = terraform.workspace
78- PRESIGNED_ASSUME_ROLE = aws_iam_role.manifest_presign_url_role.arn
74+ LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
75+ ZIPPED_STORE_BUCKET_NAME = " ${ terraform . workspace } -${ var . zip_store_bucket_name } "
76+ ZIPPED_STORE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . zip_store_dynamodb_table_name } "
77+ WORKSPACE = terraform.workspace
78+ PRESIGNED_ASSUME_ROLE = aws_iam_role.manifest_presign_url_role.arn
7979 }
8080 depends_on = [
8181 aws_api_gateway_rest_api . ndr_doc_store_api ,
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ module "document-status-check-lambda" {
6767 http_methods = [" GET" ]
6868 api_execution_arn = aws_api_gateway_rest_api. ndr_doc_store_api . execution_arn
6969 lambda_environment_variables = {
70- LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
71- WORKSPACE = terraform.workspace
70+ LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
71+ WORKSPACE = terraform.workspace
7272 }
7373 depends_on = [
7474 aws_api_gateway_rest_api . ndr_doc_store_api ,
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ module "update-upload-state-lambda" {
6666 http_methods = [" POST" ]
6767 api_execution_arn = aws_api_gateway_rest_api. ndr_doc_store_api . execution_arn
6868 lambda_environment_variables = {
69- LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
70- WORKSPACE = terraform.workspace,
69+ LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
70+ WORKSPACE = terraform.workspace,
7171 }
7272 depends_on = [
7373 aws_api_gateway_rest_api . ndr_doc_store_api ,
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ module "virus_scan_result_lambda" {
6969 http_methods = [" POST" ]
7070 api_execution_arn = aws_api_gateway_rest_api. ndr_doc_store_api . execution_arn
7171 lambda_environment_variables = {
72- LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
73- STAGING_STORE_BUCKET_NAME = " ${ terraform . workspace } -${ var . staging_store_bucket_name } "
74- WORKSPACE = terraform.workspace
75- VIRUS_SCAN_STUB = ! local.is_production
72+ LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
73+ STAGING_STORE_BUCKET_NAME = " ${ terraform . workspace } -${ var . staging_store_bucket_name } "
74+ WORKSPACE = terraform.workspace
75+ VIRUS_SCAN_STUB = ! local.is_production
7676 }
7777 depends_on = [
7878 aws_api_gateway_rest_api . ndr_doc_store_api ,
You can’t perform that action at this time.
0 commit comments