We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ea643 commit 6f006a7Copy full SHA for 6f006a7
1 file changed
infrastructure/terraform/components/api/locals.tf
@@ -18,6 +18,6 @@ locals {
18
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
19
LETTER_TTL_HOURS = 24,
20
SUPPLIER_ID_HEADER = "nhsd-supplier-id"
21
- SUPPLIER_ID_HEADER = "nhsd-correlation-id"
+ APIM_CORRELATION_HEADER = "nhsd-correlation-id"
22
}
23
0 commit comments