How I use pre-commit for Terraform
Manually running CLI commands to check your code before committing can be repetitive, slow, and drain your time. You may even forget to run these, resulting in Pull Request checks failing. I know I have.
In this post, I will cover how I use the pre-c...
jamescook.dev3 min read