Skip to content

Commit b15fe7e

Browse files
committed
space
1 parent ac8df5d commit b15fe7e

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
@@ -26,7 +26,7 @@ locals {
2626

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

3232
attribute {

0 commit comments

Comments
 (0)