mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
Add import documentation for DynamoDB Table (#10025)
This commit is contained in:
parent
3b86dff9a2
commit
ed3877d672
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user