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 7ac9033 commit c202e56Copy full SHA for c202e56
infrastructure/lambda-document-status-check-result.tf
@@ -65,7 +65,7 @@ module "document-status-check-lambda" {
65
]
66
kms_deletion_window = var.kms_deletion_window
67
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
68
- resource_id = module.upload_confirm_result_gateway.gateway_resource_id
+ resource_id = module.document-status-check-gateway.gateway_resource_id
69
http_methods = ["GET"]
70
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
71
lambda_environment_variables = {
0 commit comments