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 July 21, 2024: update (e2ae86c)