Skip to content

Commit

Permalink
Add: required
Browse files Browse the repository at this point in the history
  • Loading branch information
koooge committed Nov 13, 2017
1 parent ce28900 commit 23b5ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/dynamodb_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The following arguments are supported:
attribute must also be defined as an attribute record
* `range_key` - (Optional, Forces new resource) The attribute to use as the range key (must
also be defined)
* `attribute` - Define an attribute, has two properties:
* `attribute` - (Required) Define an attribute, has two properties:
* `name` - The name of the attribute
* `type` - One of: S, N, or B for (S)tring, (N)umber or (B)inary data
* `stream_enabled` - (Optional) Indicates whether Streams are to be enabled (true) or disabled (false).
Expand Down

0 comments on commit 23b5ab2

Please sign in to comment.