Category: DevOps
-
Add some flair to your Github Actions ✨
Lately I have been working a lot with GitHub Actions, which includes creating some reusable workflows. Since these are intended to be used by other people, I think User Experience (or maybe its more correct to call this Developer Experience?) is super important both for adoption and for being able to gather feedback and iterate…
-
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…


