Skip to content

Commit

Permalink
Merge pull request #2 from FloRul/dev
Browse files Browse the repository at this point in the history
Remove unused code for person_table in dynamo.tf
  • Loading branch information
FloRul authored Jan 26, 2024
2 parents b5371be + 49dab40 commit f8ae7ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conversation_memory/dynamo.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
data "aws_dynamodb_table" "person_table" {
name = "Person"
}

resource "aws_dynamodb_table" "basic-conversation_memory_table-table" {
name = var.dynamo_history_table_name
billing_mode = "PAY_PER_REQUEST"
Expand Down

0 comments on commit f8ae7ad

Please sign in to comment.