Skip to content

Commit a112a28

Browse files
[PRMP-1587] - Terraform fmt dynamo_db.tf
1 parent 36d8864 commit a112a28

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

infrastructure/dynamo_db.tf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,19 +396,19 @@ module "access_audit_dynamodb_table" {
396396

397397
global_secondary_indexes = [
398398
{
399-
name = "UserSessionIDIndex"
400-
hash_key = "UserSessionID"
401-
projection_type = "ALL"
399+
name = "UserSessionIDIndex"
400+
hash_key = "UserSessionID"
401+
projection_type = "ALL"
402402
},
403403
{
404-
name = "UserIDIndex"
405-
hash_key = "UserID"
406-
projection_type = "ALL"
404+
name = "UserIDIndex"
405+
hash_key = "UserID"
406+
projection_type = "ALL"
407407
},
408408
{
409-
name = "UserOdsCodeIndex"
410-
hash_key = "UserOdsCode"
411-
projection_type = "ALL"
409+
name = "UserOdsCodeIndex"
410+
hash_key = "UserOdsCode"
411+
projection_type = "ALL"
412412
}
413413
]
414414

0 commit comments

Comments
 (0)