Skip to content

Commit 49761d6

Browse files
committed
Update DynamoDB index projection type to KEYS_ONLY
1 parent 205b1c5 commit 49761d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/dynamo_db_review.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module "document_review_dynamodb_table" {
8080
name = "NhsNumberIndex"
8181
hash_key = "NhsNumber"
8282
range_key = "UploadDate"
83-
projection_type = "ALL"
83+
projection_type = "KEYS_ONLY"
8484
}
8585
]
8686

0 commit comments

Comments
 (0)