Skip to content

Commit 5059cad

Browse files
committed
Remove it
1 parent 703cf79 commit 5059cad

File tree

1 file changed

+0
-1
lines changed
  • infrastructure/terraform/components/api

1 file changed

+0
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ locals {
1111
GET_LETTER_LAMBDA_ARN = module.get_letter.function_arn
1212
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn
1313
GET_LETTER_DATA_LAMBDA_ARN = module.get_letter_data.function_arn
14-
GET_STATUS_LAMBDA_ARN = module.get_status.function_arn
1514
PATCH_LETTER_LAMBDA_ARN = module.patch_letter.function_arn
1615
POST_MI_LAMBDA_ARN = module.post_mi.function_arn
1716
})

0 commit comments

Comments
 (0)