Skip to content

Commit f691d50

Browse files
committed
CCM-11602: Give get letters access to GSI
1 parent 1527d2c commit f691d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/api/module_lambda_get_letters.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ data "aws_iam_policy_document" "get_letters_lambda" {
6969

7070
resources = [
7171
aws_dynamodb_table.letters.arn,
72+
"${aws_dynamodb_table.letters.arn}/index/supplierStatus-index"
7273
]
7374
}
7475
}

0 commit comments

Comments
 (0)