Skip to content

Commit 201d147

Browse files
committed
Terraform fix
1 parent 0e9fc57 commit 201d147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/ddb_table_letters.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "aws_dynamodb_table" "letters" {
22
name = "${local.csi}-letters"
33
billing_mode = "PAY_PER_REQUEST"
44
stream_enabled = true
5-
stream_view_type = "NEW_IMAGE"
5+
stream_view_type = "NEW_AND_OLD_IMAGES"
66

77
hash_key = "supplierId"
88
range_key = "id"

0 commit comments

Comments
 (0)