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.

Install Go

  1. Browse to https://go.dev/doc/install
  2. Download and install the latest release (minimum version 1.13)

Last modified April 2, 2025: change button text (a924976)