Skip to content

Commit c202e56

Browse files
committed
resource id
1 parent 7ac9033 commit c202e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module "document-status-check-lambda" {
6565
]
6666
kms_deletion_window = var.kms_deletion_window
6767
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
68-
resource_id = module.upload_confirm_result_gateway.gateway_resource_id
68+
resource_id = module.document-status-check-gateway.gateway_resource_id
6969
http_methods = ["GET"]
7070
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
7171
lambda_environment_variables = {

0 commit comments

Comments
 (0)