From 7b7d754bb5522a5793d7278a7127a91b3de73c01 Mon Sep 17 00:00:00 2001 From: John Ewart Date: Tue, 30 Jun 2015 11:43:13 -0700 Subject: [PATCH] Minor change to docs --- .../docs/providers/aws/r/dynamodb_table.html.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/aws/r/dynamodb_table.html.markdown b/website/source/docs/providers/aws/r/dynamodb_table.html.markdown index 3fa1c17951..29ceb05957 100644 --- a/website/source/docs/providers/aws/r/dynamodb_table.html.markdown +++ b/website/source/docs/providers/aws/r/dynamodb_table.html.markdown @@ -92,10 +92,8 @@ table as they have separate I/O capacity. Only define attributes on the table object that are going to be used as: -* Table hash key -* Table range key -* LSI or GSI hash key -* LSI or GSI range key +* Table hash key or range key +* LSI or GSI hash key or range key The DynamoDB API expects attribute structure (name and type) to be passed along when creating or updating GSI/LSIs or creating the initial