Query your infrastructure like a database
MQL gives you SQL power over every Terraform resource. Gap Analysis finds what's running but not managed. Stop grepping JSON. Start asking questions.
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.
Instances
Browse every resource instance across all Terraform states. Filter by type, module, state, or any attribute. Click through to see full configuration and dependencies.
Modules
Navigate your Terraform module hierarchy. See instance counts at each level. Understand how your infrastructure is organized and find what you're looking for.
Resource Types
High-level overview grouped by provider and type. See exactly how many of each resource you have. Drill down to specific instances.
MQL Query Engine
Full SQL power against your infrastructure. Joins across states, aggregations, JSON attribute queries. Save queries as templates for your team.
Gap Analysis
Continuous comparison between Terraform state and cloud reality. Find shadow IT, orphaned resources, and infrastructure that bypassed your IaC workflow.
Dashboards
Build custom views with charts and tables. Track resource counts over time. Create team-specific dashboards for different use cases.
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.