Skip to content

Commit 95e4c98

Browse files
[PRMP-1444] address PR comments
1 parent ce644ce commit 95e4c98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/dynamo_db.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ module "user_restriction_table" {
607607
type = "S"
608608
},
609609
{
610-
name = "RestrictedSmartCard"
610+
name = "RestrictedSmartcard"
611611
type = "S"
612612
},
613613
{
@@ -626,8 +626,8 @@ module "user_restriction_table" {
626626

627627
global_secondary_indexes = [
628628
{
629-
name = "RestrictedSmartCardIndex"
630-
hash_key = "RestrictedSmartCard"
629+
name = "RestrictedSmartcardIndex"
630+
hash_key = "RestrictedSmartcard"
631631
range_key = "Created"
632632
projection_type = "ALL"
633633
},

0 commit comments

Comments
 (0)