Skip to content

Commit ac8df5d

Browse files
author
robertnovac1
committed
spacing
1 parent 77403e5 commit ac8df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/dynamodb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525
}
2626

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

0 commit comments

Comments
 (0)