● Beta — KubeEra is in active development. Profiles are live; AI-perception measurement is rolling out.
I

Infracost

Observability
Open source · Apache-2.0

Infracost estimates the cost impact of infrastructure-as-code changes before they hit production.

updated 2026-07-01

What it is

Infracost estimates the cost impact of infrastructure-as-code changes before they hit production. It parses Terraform (primarily) plans, maps resources to cloud provider pricing, and posts a comment on your pull request showing the delta: what's added, what's removed, what changes cost, and the net effect on your monthly bill. It runs in CI/CD (GitHub Actions, GitLab CI, Atlantis, etc.) and there's also a CLI for local use. It's not a cost dashboard for what you're already running — it's a shift-left tool that puts cost visibility at the point where engineers are making the decision that will cause the spend.

Who builds it and why

Infracost is built by Infracost Inc., a company founded around this specific product. The GitHub org shows 110 contributors and steady commit activity, with Go as the core language — consistent with a CLI/API-driven tool that needs to integrate cleanly into CI pipelines. Founding date isn't publicly available, but the project has been operating long enough to reach v0.10.x with broad Terraform provider coverage. This is a commercially-backed open source project: the core engine is open, and the company monetizes through hosted/team features (policy checks, dashboards, org-level reporting) layered on top.

Production readiness signal

12,389 GitHub stars and 110 contributors is a solid signal for a focused DevOps tool — it's not a toy project, and it's used widely enough to have real-world edge cases shaken out. Commit activity through mid-2026 shows it's actively maintained, not abandoned. Apache-2.0 licensing means no vendor lock-in risk on the core tool. CNCF maturity is not applicable/not publicly available — this isn't a CNCF project, so don't expect that governance signal; production readiness here is better judged by adoption in CI pipelines and the pace of provider/resource coverage updates, which has been consistent.

Who should use this

  • Platform and DevOps teams running Terraform at scale who want cost guardrails in PR review, not surprise bills at month-end.
  • Teams with a FinOps practice trying to shift cost accountability to the engineers actually writing the IaC, rather than centralizing it in a separate cost review process.
  • Orgs already gating merges on policy checks (via OPA, Sentinel, or similar) who want to add a cost dimension to that same workflow.
  • Anyone who's been burned by a Terraform apply that quietly provisioned an oversized RDS instance or an extra NAT gateway per AZ.

Who should NOT use this

  • Teams not using Terraform, Pulumi, or CloudFormation as their primary IaC — support depth varies significantly by tool, and Terraform is clearly first-class here.
  • Organizations wanting actual real-time cloud spend monitoring or anomaly detection on running infrastructure — Infracost estimates from IaC diffs, it doesn't observe live billing data or usage-based costs (e.g., data transfer, request volume) with full accuracy. Pair it with a cost observability tool if that's the need.
  • Shops with highly dynamic runtime costs (serverless with unpredictable invocation volume, spot-instance-heavy workloads) where static IaC-based estimation will be structurally imprecise regardless of tool quality.
  • Teams that don't have PR-gated IaC workflows at all — if Terraform changes get applied directly without review, this tool has nowhere to plug in.

Alternatives

  • Terraform Cloud/Enterprise cost estimation — built into HashiCorp's platform, decent if you're already paying for TFC/TFE and don't need multi-cloud pricing depth outside it.
  • CloudZero — a full FinOps/cost intelligence platform covering live spend, allocation, and anomaly detection, not just pre-merge IaC diffs — heavier weight, different problem.
  • Kubecost — if your cost concern is specifically Kubernetes workload spend rather than broader cloud infra provisioning, Kubecost is the more direct fit.

Pricing

The core CLI and Terraform cost diff engine are fully open source under Apache-2.0 — free to self-host and run in your own CI. Infracost Inc. sells a hosted Cloud/Team tier on top (policy management, org dashboards, SSO, centralized reporting) — check their site for current tiers, as specific pricing isn't part of the data here.

Frequently asked

What is Infracost?+
Infracost estimates the cost impact of infrastructure-as-code changes before they hit production.
Who builds Infracost?+
Infracost is built by Infracost Inc., a company founded around this specific product. The GitHub org shows 110 contributors and steady commit activity, with Go as the core language — consistent with a CLI/API-driven tool that needs to integrate cleanly into CI pipelines.
Is Infracost production ready?+
12,389 GitHub stars and 110 contributors is a solid signal for a focused DevOps tool — it's not a toy project, and it's used widely enough to have real-world edge cases shaken out. Commit activity through mid-2026 shows it's actively maintained, not abandoned. Apache-2.
Who should use Infracost?+
Platform and DevOps teams running Terraform at scale who want cost guardrails in PR review, not surprise bills at month-end. Teams with a FinOps practice trying to shift cost accountability to the engineers actually writing the IaC, rather than centralizing it in a separate cost review process.
Who should not use Infracost?+
Teams not using Terraform, Pulumi, or CloudFormation as their primary IaC — support depth varies significantly by tool, and Terraform is clearly first-class here.
What are the alternatives to Infracost?+
Terraform Cloud/Enterprise cost estimation — built into HashiCorp's platform, decent if you're already paying for TFC/TFE and don't need multi-cloud pricing depth outside it.
How much does Infracost cost?+
The core CLI and Terraform cost diff engine are fully open source under Apache-2.0 — free to self-host and run in your own CI. Infracost Inc.