P
May 3, 2026Performance Test: Chef InSpec 6.0 vs. Open Policy Agent 0.60 for Compliance Checks
Compliance checks can add 400ms of latency to CI/CD pipelines when using legacy tools, but our...
May 3, 202613 min read0 reactions0 comments
Tag archive
Compliance checks can add 400ms of latency to CI/CD pipelines when using legacy tools, but our...
How to test infrastructure using DTAP

As a programmer, hard-coding values in my code, even test code, feels dirty and it's usually not a scalable practice. Instead of hard-coding resource IDs in your InSpec tests, you can add Outputs to a CDK app and push those values to a JSON file that your InSpec tests can use.
new features in terraform and tools to improve developing code in terraform by introducing better testing mechanisms
This entry was originally published on my blog at blog.baens.net Background This blog pos...