Write test code using Go Create a file ending in _test.go and run tests with the go test command. E.g., go test my_test.go. Use Terratest to deploy infrastructure Use Terratest to execute your real IaC tools (e.g., Terraform, Packer, etc.) to deploy real infrastructure (e.g., servers) in a real environment (e.g., AWS). Validate infrastructure with Terratest Use the tools built into Terratest to va
![Terratest | Automated tests for your infrastructure code.](https://cdn-ak-scissors.b.st-hatena.com/image/square/4097fc4a3c3760825d97279c4a80567070bac7b0/height=288;version=1;width=512/https%3A%2F%2Fterratest.gruntwork.io%2Fassets%2Fimg%2Fterratest-thumbnail.png)