We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce644ce commit 95e4c98Copy full SHA for 95e4c98
1 file changed
infrastructure/dynamo_db.tf
@@ -607,7 +607,7 @@ module "user_restriction_table" {
607
type = "S"
608
},
609
{
610
- name = "RestrictedSmartCard"
+ name = "RestrictedSmartcard"
611
612
613
@@ -626,8 +626,8 @@ module "user_restriction_table" {
626
627
global_secondary_indexes = [
628
629
- name = "RestrictedSmartCardIndex"
630
- hash_key = "RestrictedSmartCard"
+ name = "RestrictedSmartcardIndex"
+ hash_key = "RestrictedSmartcard"
631
range_key = "Created"
632
projection_type = "ALL"
633
0 commit comments