mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
include keys only projection type
This commit is contained in:
parent
46fed750a5
commit
7e05b083d3
@ -251,7 +251,7 @@ resource "aws_dynamodb_table" "basic-dynamodb-table" {
|
||||
range_key = "TestGSIRangeKey"
|
||||
write_capacity = 10
|
||||
read_capacity = 10
|
||||
projection_type = "ALL"
|
||||
projection_type = "KEYS_ONLY"
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user