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 f278fb8 commit 07d66f8Copy full SHA for 07d66f8
devtools/dynamodb.tf
@@ -25,8 +25,8 @@ locals {
25
}
26
27
resource "aws_dynamodb_table" "events-dynamodb-table" {
28
- name = "${local.short_prefix}-imms-events"
29
- billing_mode = "PAY_PER_REQUEST"
+ name = "${local.short_prefix}-imms-events"
+ billing_mode = "PAY_PER_REQUEST"
30
hash_key = "PK"
31
32
attribute {
0 commit comments