Skip to content

Commit 5ad2e8e

Browse files
committed
add missing "stream_view_type" an api-key table
1 parent 7175022 commit 5ad2e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ resource "aws_dynamodb_table" "api_key" {
9595
hash_key = "value"
9696
deletion_protection_enabled = true
9797
stream_enabled = true
98+
stream_view_type = "NEW_IMAGE"
9899

99100
attribute {
100101
name = "value"

0 commit comments

Comments
 (0)