Skip to content

Commit

Permalink
backport of commit 8c6c586
Browse files Browse the repository at this point in the history
  • Loading branch information
shinuza committed Feb 8, 2022
1 parent ad9f152 commit 8e9b06c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/configuration/storage/dynamodb.mdx
Expand Up @@ -127,8 +127,9 @@ resource "aws_dynamodb_table" "dynamodb-table" {
name = "${var.dynamoTable}"
read_capacity = 1
write_capacity = 1
hash_key = "Path"
range_key = "Key"
hash_key = "Path"
range_key = "Key"
attribute {
name = "Path"
type = "S"
Expand Down

0 comments on commit 8e9b06c

Please sign in to comment.