Due to academy restrictions :'( Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> |
||
---|---|---|
.. | ||
README.md | ||
main.tf | ||
outputs.tf | ||
variables.tf | ||
versions.tf |
README.md
Requirements
Name | Version |
---|---|
terraform | >= 1.3.1 |
aws | >= 4.10.0 |
Providers
Name | Version |
---|---|
aws | 4.38.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_dynamodb_table.this | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
attributes | List of nested attribute definitions (used for hash and range key). | list(map(string)) |
[] |
no |
billing_mode | Controls how you are billed for read/write throughput and how you manage capacity. | string |
"PROVISIONED" |
no |
hash_key | The attribute to use as the hash (partition) key. | string |
null |
no |
name | Name of the DynamoDB table. | string |
null |
no |
range_key | The attribute to use as the range (sort) key. | string |
null |
no |
read_capacity | The number of read units for this table. | number |
20 |
no |
tags | A map of tags to add to all resources | map(string) |
{} |
no |
write_capacity | The number of write units for this table. | number |
20 |
no |
Outputs
Name | Description |
---|---|
name | The name of the table. |