Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 15:11

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 plan output line-by-line into the terminal
  • Apply Now — runs terraform apply -auto-approve and auto-reloads state on success
  • Cost Estimate — Infracost-powered breakdown with per-resource monthly costs and totals
  • Drift Detection — runs terraform plan -refresh-only and 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 r at 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
./terralens

PyPI:

pip install insight-tf
terralens

Supported 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.py to be run once for Infracost authentication

What's next

  • macOS binary support
  • Azure and GCP resource catalogs
  • Multi-workspace support
  • terraform output viewer
  • Remote state backend selector