Skip to content

Commit

Permalink
Merge 8c6c586 into backport/patch-1/fairly-daring-starling
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-secure-vault-core committed Feb 9, 2022
2 parents fcaacfc + 8c6c586 commit 34cf2e5
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 34cf2e5

Please sign in to comment.