We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77403e5 commit ac8df5dCopy full SHA for ac8df5d
devtools/dynamodb.tf
@@ -25,7 +25,7 @@ locals {
25
}
26
27
resource "aws_dynamodb_table" "events-dynamodb-table" {
28
- name = "${local.short_prefix}-imms-events"
+ name = "${local.short_prefix}-imms-events"
29
billing_mode = "PAY_PER_REQUEST"
30
hash_key = "PK"
31
0 commit comments