Skip to content

Commit 9427ebe

Browse files
committed
Fix terraform
1 parent 3b769d5 commit 9427ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/kinesis_letter_change_stream.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ resource "aws_kinesis_stream" "letter_change_stream" {
77
resource "aws_dynamodb_kinesis_streaming_destination" "letter_streaming_destination" {
88
stream_arn = aws_kinesis_stream.letter_change_stream.arn
99
table_name = aws_dynamodb_table.letters.name
10-
approximate_creation_date_time_precision = "MILLSECOND"
10+
approximate_creation_date_time_precision = "MILLISECOND"
1111
}

0 commit comments

Comments
 (0)