Terratest
Terratest is an open-source Go library that provides patterns and helper functions for testing infrastructure, with first-class support for Terraform, Docker, Packer, and other infrastructure-as-code tools, facilitating the writing and execution of automated tests to ensure the correctness and robustness of the infrastructure.
Categories:
less than a minute
Install Go
- Browse to https://go.dev/doc/install
- Download and install the latest release (minimum version 1.13)
Last modified July 21, 2024: update (e2ae86c)