I was reading through Terraform provider notes for an upgrade when I realized there was a lot of noise to signal. The Terraform docs are wonderfully verbose but a lot of it didn't apply to me. I wanted to highlight the pieces that I knew mattered so I could skim them first.
So, I built a tool to do that -- TF-Whatsup.
- GitHub: https://github.com/seankilleen/tf-whatsup
- Blog Post: https://seankilleen.com/2022/11/introducing-tf-whatsup/
This was fun because it's the first time I've built & deployed a .NET global tool. GitHub actions creates & publishes the global tool to NuGet, as well as single-file .exe downloads for Windows, Mac, and Linux. I'm looking forward to building on it!