From 16b807fb73629aa8bdd4c9477fffb053f6861565 Mon Sep 17 00:00:00 2001 From: Mazin Ahmed Date: Wed, 28 Apr 2021 12:15:00 +0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5631c..4b2dc61 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Run SQL queries on your Terraform infrastructure. Ask questions that are hard to answer + +

+ +

+ --- # 🚀 What is tfquery? @@ -212,7 +217,7 @@ Would like to contribute to tfquery? Here are some ideas that you may start with - General validation of Terraform states parser implementation: Validate current implementation of the parser, and enhance it where possible. -- Connect resources with terraform state base name: For environments with many workspaces, each workspace can have a different name, it would be nice to add a column for terraform state file base name, to help in querying across different workspaces. +- [x] ~~Connect resources with terraform state base name: For environments with many workspaces, each workspace can have a different name, it would be nice to add a column for terraform state file base name, to help in querying across different workspaces.~~ - tfplan parsing: Allow parsing of tfplan files. This can be an opening addition for implementing a new CI security scanner for Terraform deployments.