Skip to content

Commit 6f006a7

Browse files
fix env var name
1 parent e7ea643 commit 6f006a7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ locals {
1818
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
1919
LETTER_TTL_HOURS = 24,
2020
SUPPLIER_ID_HEADER = "nhsd-supplier-id"
21-
SUPPLIER_ID_HEADER = "nhsd-correlation-id"
21+
APIM_CORRELATION_HEADER = "nhsd-correlation-id"
2222
}
2323
}

0 commit comments

Comments
 (0)