mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
added name and projection_type attribute in global_secondary_index (#10279)
Co-authored-by: root <root@LAPTOP-6B2DCPF6>
This commit is contained in:
parent
358cfa2072
commit
4425b6a325
@ -18,6 +18,7 @@ resource "aws_dynamodb_table" "users" {
|
|||||||
|
|
||||||
global_secondary_index {
|
global_secondary_index {
|
||||||
hash_key =
|
hash_key =
|
||||||
|
name =
|
||||||
|
projection_type =
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user