The code in here is used to show off some simple use cases of the test harness.
This assumes that your environment is configured with the values found in
.envrc.template
go test -v $(go list ./... | grep unit)
terraform apply
go test -v $(go list ./... | grep integration)
terraform destroy