Testing HashiCorp Terraform
Jul 30, 2024 · 1 min read · The testing pyramid Unit tests At the bottom of the pyramid, unit tests verify individual resources and configurations for expected values. They should answer the question, “Does my configuration or plan contain the correct metadata?” Traditionally,...
Join discussion