diff --git a/website/source/docs/configuration/storage/dynamodb.html.md b/website/source/docs/configuration/storage/dynamodb.html.md index 71bb665241..dd649d5700 100644 --- a/website/source/docs/configuration/storage/dynamodb.html.md +++ b/website/source/docs/configuration/storage/dynamodb.html.md @@ -131,7 +131,7 @@ resource "aws_dynamodb_table" "dynamodb-table" { write_capacity = 1 hash_key = "Path" range_key = "Key" - attribute [ + attribute = [ { name = "Path" type = "S"