This module helps you create a dynamoDB table. It includes the following:
- dynamodb table
- autoscaling settings
This module requires a wide set of arguments. Please have a look at variables.tf
module "terraform-aws-dynamodb-table" {
source = "git@github.com:elastic2ls/terraform-aws-dynamodb-table.git"
name = elastic2ls-dynamodb
...
The module can also be found in the Terraform Registry https://registry.terraform.io/modules/elastic2ls-com/dynamodb-table/aws/latest.