Add import documentation for DynamoDB Table (#10025)

This commit is contained in:
Dusty Burwell 2016-11-11 03:54:56 -06:00 committed by Paul Stack
parent 3b86dff9a2
commit ed3877d672
1 changed files with 8 additions and 0 deletions

View File

@ -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
```