Skip to content

Commit af12efb

Browse files
committed
Fixed terraform
1 parent 1283ac4 commit af12efb

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
@@ -6,6 +6,6 @@ resource "aws_kinesis_stream" "letter_change_stream" {
66

77
resource "aws_dynamodb_kinesis_streaming_destination" "letter_streaming_destination" {
88
stream_arn = aws_kinesis_stream.letter_change_stream.arn
9-
table_name = aws_dynamodb_table.letter.name
9+
table_name = aws_dynamodb_table.letters.name
1010
approximate_creation_date_time_precision = "MILLSECOND"
1111
}

0 commit comments

Comments
 (0)