Skip to content

Commit

Permalink
backport of commit 8c6c586 (#13984)
Browse files Browse the repository at this point in the history
Co-authored-by: Samori Gorse <samori@codeinstyle.io>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 19, 2022
1 parent b920bde commit 5395ad5
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 5395ad5

Please sign in to comment.