Skip to content

Latest commit

 

History

History

terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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