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 8635a17 commit e15a98cCopy full SHA for e15a98c
infrastructure/terraform/components/api/locals.tf
@@ -17,6 +17,7 @@ locals {
17
18
common_lambda_env_vars = {
19
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
20
+ MI_TABLE_NAME = aws_dynamodb_table.mi.name,
21
LETTER_TTL_HOURS = 24,
22
SUPPLIER_ID_HEADER = "nhsd-supplier-id"
23
APIM_CORRELATION_HEADER = "nhsd-correlation-id"
0 commit comments