added name and projection_type attribute in global_secondary_index (#10279)

Co-authored-by: root <root@LAPTOP-6B2DCPF6>
This commit is contained in:
Chris O 2024-06-11 14:09:30 +03:00 committed by GitHub
parent 358cfa2072
commit 4425b6a325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ resource "aws_dynamodb_table" "users" {
global_secondary_index {
hash_key =
name =
projection_type =
}
}