Skip to content

Commit 07d66f8

Browse files
committed
spacing removed
1 parent f278fb8 commit 07d66f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/dynamodb.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ locals {
2525
}
2626

2727
resource "aws_dynamodb_table" "events-dynamodb-table" {
28-
name = "${local.short_prefix}-imms-events"
29-
billing_mode = "PAY_PER_REQUEST"
28+
name = "${local.short_prefix}-imms-events"
29+
billing_mode = "PAY_PER_REQUEST"
3030
hash_key = "PK"
3131

3232
attribute {

0 commit comments

Comments
 (0)