This repository contains materials for use in a Terratest workshop.
The following branches contains some simple examples of Terraform infrastructure code with automated tests created with Terratest.
Example name | Branch |
---|---|
Amazon EC2 Web Server | git checkout step1 |
S3 Bucket file processing | git checkout step2 |
RESTful shopping cart - Saving order to DynamoDB | git checkout step3 |
RESTful shopping cart - Sending order notification | git checkout step4 |