1 comment

[ 3.0 ms ] story [ 15.1 ms ] thread
Hi all,

I'm open-sourcing my newest project, tfquery: a framework that allows running SQL queries on Terraform code.

tfquery is made to help in answering questions that are hard to answer about your infrastructure-as-code. It allows querying resources and analyzing its configuration using a SQL-powered framework.

I built it out of a real-world problem where I need to understand an extremely large Terraform environment. Has been highly helpful in making work easier.

It saved me dozens of hours in analysis. Feedback are welcome!