Code examples that are part of my Testing Infrastructure Automaticlly Using Terratest talk. Below is a breakdown of each example
A basic example of making resources in AWS using Terraform and writing a basic test to validate the terraform plans and applies properly.
An example with more testing, both in count and complexity. Makes resources in AWS using terraform.
An example of using terratest with kubernetes and helm.