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 703cf79 commit 5059cadCopy full SHA for 5059cad
infrastructure/terraform/components/api/locals.tf
@@ -11,7 +11,6 @@ locals {
11
GET_LETTER_LAMBDA_ARN = module.get_letter.function_arn
12
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn
13
GET_LETTER_DATA_LAMBDA_ARN = module.get_letter_data.function_arn
14
- GET_STATUS_LAMBDA_ARN = module.get_status.function_arn
15
PATCH_LETTER_LAMBDA_ARN = module.patch_letter.function_arn
16
POST_MI_LAMBDA_ARN = module.post_mi.function_arn
17
})
0 commit comments