Skip to content

Commit

Permalink
fix: disable Stream for DynamoDB (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozaq authored Jul 9, 2022
1 parent f32abbd commit 704fb97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynamo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ resource "aws_dynamodb_table" "lock" {
kms_key_arn = var.dynamodb_enable_server_side_encryption ? aws_kms_key.replica[0].arn : null
}
}
stream_enabled = var.dynamodb_enable_server_side_encryption ? true : null

tags = var.tags
}

0 comments on commit 704fb97

Please sign in to comment.