Web Console

Query your Terraform state like a database

Find resources instantly. Understand dependencies. Track every change. Export reports. All from one interface.

SQL for Infrastructure Legible Graphs Transaction History 14 Products 92 Tests
Dashboard
MOST UNIQUE FEATURE

MQL: SQL for Terraform State

Query your infrastructure with SQL. Autocomplete, real-time validation, schema browser, and export capabilities.

MQL Query Console
SELECT
type,
COUNT(*) as count
FROM instances
WHERE provider = 'aws'
GROUP BY type
ORDER BY count DESC
LIMIT 10;
✓ Query executed in 28ms • 10 rows returned
type
count
aws_instance
342
aws_s3_bucket
156
aws_security_group
89
aws_vpc
42

Autocomplete

Table names, column names, and SQL keywords as you type

Validation

Real-time syntax checking with error highlighting

Schema Browser

Interactive schema with column types and documentation

Export

CSV and JSON export with streaming for large results

Graphs That Make Sense

Most tools try to show everything and produce illegible graphs. Stategraph intentionally limits complexity and surfaces alternative exploration paths when a graph exceeds readable depth.

Traditional Tools

ILLEGIBLE
• Show everything at once
• 1000+ nodes in one graph
• Decorative, not educational
• Take 30+ seconds to find anything

Stategraph Console

root vpc app sg subnet ec2 lb
• Intentional depth limits
• Always legible and scannable
• Educational focus
• Find what you need instantly

Find Anything

Browse 10,000+ resources with filtering

Custom Dashboards

Build charts from MQL queries

Search Everything

Full-text across all infrastructure

Every Change, Tracked

Complete historical record. Every terraform apply creates a transaction with full state snapshot, logs, timestamps, and author.

transaction-log.txt
Transaction #1847
Author: turanga.leela@planetexpress.com
State: prod/networking
✓ Applied: +3 resources, ~2 modified
Transaction #1846
Author: bender.rodriguez@planetexpress.com
State: prod/compute
✓ Applied: ~5 resources updated

What Makes Stategraph Different

SQL for Infrastructure

No other tool offers a full SQL-like query language (MQL) for Terraform state. Write queries with SELECT, JOIN, WHERE, GROUP BY, and JSON operators.

Legible Graphs

Intentionally refuses to render illegible graphs. Depth-limited visualization with alternative exploration paths instead of overwhelming noise.

Transaction-Based Tracking

Complete historical record of every infrastructure change. Full state snapshots, logs, timestamps, and author information for every Terraform operation.

Gap Analysis

Find unmanaged cloud resources (AWS, GCP, Azure) not in Terraform state. Generate import blocks and HCL code to bring them under management.

Transform Your Terraform State

From flat files to intelligent, queryable database. SQL interface, dependency visualization, transaction history, and 11 more products in one unified console.

Get started Read the docs