Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 435 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 435 Bytes

Terraform example

This example consist to create a new DynamoDB table with an string key

Deploy

  • Install terraform
  • After that execute the following commands
$ terraform init
$ terraform plan
$ terraform apply
  • Then you can check the creation of the table in AWS.

Clean up

  • To clean up apply the following command
$ terraform destroy