## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.1 | | [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | 4.38.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_dynamodb_table.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [attributes](#input\_attributes) | List of nested attribute definitions (used for hash and range key). | `list(map(string))` | `[]` | no | | [billing\_mode](#input\_billing\_mode) | Controls how you are billed for read/write throughput and how you manage capacity. | `string` | `"PROVISIONED"` | no | | [hash\_key](#input\_hash\_key) | The attribute to use as the hash (partition) key. | `string` | `null` | no | | [name](#input\_name) | Name of the DynamoDB table. | `string` | `null` | no | | [range\_key](#input\_range\_key) | The attribute to use as the range (sort) key. | `string` | `null` | no | | [read\_capacity](#input\_read\_capacity) | The number of read units for this table. | `number` | `20` | no | | [tags](#input\_tags) | A map of tags to add to all resources | `map(string)` | `{}` | no | | [write\_capacity](#input\_write\_capacity) | The number of write units for this table. | `number` | `20` | no | ## Outputs | Name | Description | |------|-------------| | [name](#output\_name) | The name of the table. |