Created an OSS Tool for Terraform and blogged about it

Releasing an OSS Tool
OSS Project
Working on new .net core app
Writing a Blog Post
+2

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. 

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!