include keys only projection type

This commit is contained in:
Joshua Semar 2015-06-25 09:30:44 -05:00
parent 46fed750a5
commit 7e05b083d3

View File

@ -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"
}
}
`