Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 committed Jun 14, 2024
1 parent dc31f39 commit 48bec57
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.41.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.12.0 |

## Modules

Expand Down
6 changes: 3 additions & 3 deletions infrastructure/lambda-create-doc-ref.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ module "create-doc-ref-lambda" {
aws_iam_policy.ssm_access_policy.arn,
module.ndr-app-config.app_config_policy_arn,
]
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
is_gateway_integration_needed = false
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
lambda_environment_variables = {
STAGING_STORE_BUCKET_NAME = "${terraform.workspace}-${var.staging_store_bucket_name}"
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/lambda-update-upload-state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ module "update-upload-state-lambda" {
"arn:aws:iam::aws:policy/CloudWatchLambdaInsightsExecutionRolePolicy",
module.ndr-app-config.app_config_policy_arn,
]
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
is_gateway_integration_needed = false
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
lambda_environment_variables = {
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/lambda-upload-confirm-result.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ module "upload_confirm_result_lambda" {
module.lloyd_george_reference_dynamodb_table.dynamodb_policy,
]
is_gateway_integration_needed = false
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
lambda_environment_variables = {
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/lambda-virus-scan-result.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ module "virus_scan_result_lambda" {
module.document_reference_dynamodb_table.dynamodb_policy,
module.lloyd_george_reference_dynamodb_table.dynamodb_policy,
]
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
is_gateway_integration_needed = false
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
http_method = "POST"
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
lambda_environment_variables = {
APPCONFIG_APPLICATION = module.ndr-app-config.app_config_application_id
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
Expand Down
2 changes: 1 addition & 1 deletion virusscanner/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.35.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |

## Modules

Expand Down

0 comments on commit 48bec57

Please sign in to comment.