Skip to content

Commit e15a98c

Browse files
committed
Configuration
1 parent 8635a17 commit e15a98c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ locals {
1717

1818
common_lambda_env_vars = {
1919
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
20+
MI_TABLE_NAME = aws_dynamodb_table.mi.name,
2021
LETTER_TTL_HOURS = 24,
2122
SUPPLIER_ID_HEADER = "nhsd-supplier-id"
2223
APIM_CORRELATION_HEADER = "nhsd-correlation-id"

0 commit comments

Comments
 (0)