Skip to content

Commit 9b70187

Browse files
committed
Fix resource name
1 parent 46e6406 commit 9b70187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/ddb_table_letter_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource "aws_dynamodb_table" "letter-queue" {
1+
resource "aws_dynamodb_table" "letter_queue" {
22
name = "${local.csi}-letter-queue"
33
billing_mode = "PAY_PER_REQUEST"
44

0 commit comments

Comments
 (0)