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"