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