Category: Cloud Native
-
Testing Terraform code Part 1/2 – Intro and pre-commit hooks

Efficiently test your Terraform code with pre-commit hooks! This is the first of a two-part article. This post gives an introduction to testing in Terraform, some concepts we need to know about, and how to implement this using pre-commit hooks. The second part, which you can read here, provides an introduction on how to perform…


