Skip to content

Commit

Permalink
Add import documentation for DynamoDB Table (#10025)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustyburwell authored and stack72 committed Nov 11, 2016
1 parent 3b86dff commit ed3877d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,11 @@ The following attributes are exported:
* `id` - The name of the table
* `stream_arn` - The ARN of the Table Stream. Only available when `stream_enabled = true`


## Import

DynamoDB tables can be imported using the `name`, e.g.

```
$ terraform import aws_dynamodb_table.basic-dynamodb-table GameScores
```

0 comments on commit ed3877d

Please sign in to comment.