Terratest | Automated tests for your infrastructure code.
in 4 steps. 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 ...