Skip to content

Commit

Permalink
added name and projection_type attribute in global_secondary_index (#…
Browse files Browse the repository at this point in the history
…10279)

Co-authored-by: root <root@LAPTOP-6B2DCPF6>
  • Loading branch information
ogalo-chris and root authored Jun 11, 2024
1 parent 358cfa2 commit 4425b6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resource "aws_dynamodb_table" "users" {

global_secondary_index {
hash_key =

name =
projection_type =
}
}

0 comments on commit 4425b6a

Please sign in to comment.