From 3b0bb64c2a6abc18bcbfd413e974e2da837114f2 Mon Sep 17 00:00:00 2001 From: Matias Ozdy Date: Thu, 28 Mar 2019 16:24:56 +0100 Subject: [PATCH] Add missing = in dynamodb_table tf (#6493) --- website/source/docs/configuration/storage/dynamodb.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"