Skip to content

nevtum/terraform-dynamodb-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Create module using the cookiecutter tool and this boilerplate. Specify all the required variables.
    $ cookiecutter https://github.com/nevtum/terraform-dynamodb-cookiecutter.git
  1. Assuming you've named your module dynamo_table reference it with
module "my_module" {
  source = "./dynamo_table"
}
  1. Initialize your Terraform setup with terraform init
  2. Plan your Terraform with terraform plan
  3. Apply changes using terraform apply
  4. Enjoy your new DynamoDB table on AWS!

About

Quickly create a DynamoDB table using this Terraform module template!

Resources

License

Stars

Watchers

Forks

Languages