From 5395ad516bf6c1f75ca7d8c20c9b976bb109ac76 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:53:32 -0400 Subject: [PATCH] backport of commit 8c6c586a529df4504d4291c3ec8cd5563cc137c7 (#13984) Co-authored-by: Samori Gorse Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> --- website/content/docs/configuration/storage/dynamodb.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/configuration/storage/dynamodb.mdx b/website/content/docs/configuration/storage/dynamodb.mdx index 90d6dadf90cc4..6c01617f7898e 100644 --- a/website/content/docs/configuration/storage/dynamodb.mdx +++ b/website/content/docs/configuration/storage/dynamodb.mdx @@ -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"