We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac0ef7 commit 7b1aafcCopy full SHA for 7b1aafc
dynamo.tf
@@ -35,6 +35,8 @@ resource "aws_dynamodb_table" "lock" {
35
kms_key_arn = var.dynamodb_enable_server_side_encryption ? aws_kms_key.replica[0].arn : null
36
}
37
38
+ stream_enabled = var.enable_replication
39
+ stream_view_type = var.enable_replication ? "NEW_AND_OLD_IMAGES" : null
40
41
tags = var.tags
42
0 commit comments