Terraform Testing Preview

Testing Terraform code has always been a challenge. Several testing suites had been used, but they always required knowledge of a different language and that is anti-pattern for software testing; tests should always be written in the same language as the code that you're testing. Existing testing suites: terratest from Gruntwork with tests written in … Continue reading Terraform Testing Preview

Mr. Hashimoto and the Monorepo of Madness

I have noticed a disturbing trend within the Terraform community beginning with Yevgeniy Brikman’s, “Terraform Up & Running,” although it could predate the material. Monorepos! I don’t recall if Brikman called them monorepos, or anything for that matter, I just recall the practice.