Skip to content

Commit 94edd65

Browse files
committed
[PRM-823] format
Signed-off-by: NogaNHS <127490765+NogaNHS@users.noreply.github.com>
1 parent 6743125 commit 94edd65

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

infrastructure/lambda-document-manifest-job.tf

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

infrastructure/lambda-document-status-check-result.tf

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

infrastructure/lambda-update-upload-state.tf

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

infrastructure/lambda-virus-scan-result.tf

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

0 commit comments

Comments
 (0)