v0.1.2
v0.1.2
What's included
📊 Overview Tab
High-level snapshot of your infrastructure — Terraform version, state serial, total resource count, provider count, and a full resource summary table.
⚙️ Manage Tab
- Resource Tree — all managed resources grouped by type; click any leaf to inspect its full attribute map
- Plan — streams real
terraform planoutput line-by-line into the terminal - Apply Now — runs
terraform apply -auto-approveand auto-reloads state on success - Cost Estimate — Infracost-powered breakdown with per-resource monthly costs and totals
- Drift Detection — runs
terraform plan -refresh-onlyand reports exactly which resources have drifted and how - Add Resource — 3-step wizard: pick provider → browse 334 AWS resources across 20 categories → configure fields and preview generated HCL → write file or write & apply
- Destroy — targeted destroy with a confirmation modal before execution
- State Reload — press
rat any time to reload state from disk
Installation
Binary (no Python required):
# Linux
curl -L https://github.com/bhuvan-raj/Insight-Q/releases/latest/download/insight-tf-ubuntu-latest -o terralens
chmod +x terralens
./terralensPyPI:
pip install insight-tf
terralensSupported platforms
- Linux (Ubuntu, Arch, Fedora, and most glibc-based distros)
- Windows
Known limitations
- Azure and GCP resource catalogs are not yet available (coming in a future release)
- macOS binary not included in this release
- Requires
python setup.pyto be run once for Infracost authentication
What's next
- macOS binary support
- Azure and GCP resource catalogs
- Multi-workspace support
terraform outputviewer- Remote state backend selector