We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e1091 commit b503e67Copy full SHA for b503e67
1 file changed
infrastructure/terraform/components/api/ddb_table_letter_queue.tf
@@ -1,4 +1,4 @@
1
-resource "aws_dynamodb_table" "letters" {
+resource "aws_dynamodb_table" "letter-queue" {
2
name = "${local.csi}-letter-queue"
3
billing_mode = "PAY_PER_REQUEST"
4
0 commit comments