Improve this page

Back to AWS Terraform templates index <–

AWS dynamodb_table with Terraform

aws_dynamodb_table by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_dynamodb_table" {
   name   = "GameScores"
   attribute_name = "UserId"
}