Your infrastructure as a queryable database
Seven products for exploring your Terraform-managed infrastructure. Browse resources, query with SQL, build dashboards, detect gaps. PostgreSQL storage makes every resource attribute accessible.
MQL: SQL for Infrastructure
Every resource attribute is queryable. Find compliance gaps, audit configurations, answer any question about your infrastructure in milliseconds.
| address | type | state | owner | cost_center |
|---|---|---|---|---|
| aws_instance.legacy_api | aws_instance | production | NULL | NULL |
| aws_s3_bucket.logs | aws_s3_bucket | production | platform | NULL |
| aws_rds_instance.analytics | aws_rds_instance | staging | NULL | eng-42 |
| aws_lambda_function.cron | aws_lambda_function | shared | NULL | NULL |
Gap Analysis
Compare Terraform state against what's actually running in your cloud. Find the EC2 instances someone spun up manually. The S3 buckets from that "quick test." The security groups nobody remembers creating.
Seven Ways to Explore Your Infrastructure
Your Terraform state stored in PostgreSQL unlocks a complete catalog of your infrastructure. Browse, query, visualize, and analyze—all backed by structured data storage.
States Browser
Browse all Terraform state files with resource counts, transaction activity tracking, and health indicators. See which states are active, when they were last updated, and how many resources each manages.
Instance Explorer
The most-used product. Browse every resource instance with advanced faceted filtering by provider, type, module, or any attribute. Dynamic column selection, attribute inspection, CSV/JSON export, and multi-state search.
Modules Browser
Navigate your Terraform module hierarchy to understand infrastructure organization. See resource and instance counts per module. Drill down from root to nested modules.
Resource Types Catalog
High-level view of resource types grouped by provider. Grid and table view modes. See exactly how many aws_instance, aws_s3_bucket, or any resource type you have. Quick drill-down to instance listing.
MQL Query Engine
Full SQL power against your infrastructure. SELECT, JOIN, WHERE, GROUP BY, ORDER BY with JSON attribute queries. Save query templates, view query history, export results as CSV/JSON. Schema browser for table discovery.
Dashboards
Create custom infrastructure dashboards with visualizations from MQL queries. Chart types include bar, line, pie, and number cards. Save visualizations, build multi-chart layouts, track metrics over time.
Gap Analysis
Compare Terraform state against what's actually running in your cloud (AWS, GCP, Azure). Find unmanaged resources not tracked by Terraform. Generate import blocks and HCL code to bring them under management.
Stop coordinating. Start shipping.
Resource-level locking. Graph-based state. SQL queries on your infra.
Teams work in parallel. No more lock contention.
// Zero spam. Just progress updates as we build Stategraph.