Back to Terraform

Terraform Pricing (2026): Free CLI vs Cloud Team vs Enterprise Plans

Last verified: July 16, 2026 How we verify →

Disclosure: We may earn a commission if you purchase through this link, at no extra cost to you. Learn more.

See Terraform Pricing Plans

Compare plans and get accurate Terraform pricing for your team size and requirements.

See Terraform Pricing Plans

Prices may vary by region and team size.

Terraform pricing plans and features
Free $0 /month Team $20 /user/month Business $100 /user/month Enterprise Custom
Up to 500 resources
Unlimited resources
SSO & SAML
Self-hosted options
State management
Team workspaces
Audit logging
Private networking
Community support
Collaboration
Policy as code
Dedicated support
1 workspace
Run tasks
Priority support
Custom contracts
Get Started View Plan View Plan View Plan
Free $0 /month
  • Up to 500 resources
  • State management
  • Community support
  • 1 workspace
Get Started
Team $20 /user/month
  • Unlimited resources
  • Team workspaces
  • Collaboration
  • Run tasks
View Plan
Business $100 /user/month
  • SSO & SAML
  • Audit logging
  • Policy as code
  • Priority support
View Plan
Enterprise Custom
  • Self-hosted options
  • Private networking
  • Dedicated support
  • Custom contracts
View Plan

Prices may vary by region and team size. Terraform updates pricing periodically — check the latest plans . We may earn a commission if you purchase through our links.

Terraform Pricing Overview

Terraform uses a layered pricing model. The core CLI is free (source-available under BSL 1.1 since August 2023), while HCP Terraform (formerly Terraform Cloud) and Terraform Enterprise add paid managed services on top. The open-source fork OpenTofu (Linux Foundation, MPL 2.0) is a fully API-compatible alternative for teams with strict open-source licensing requirements. Total cost of ownership depends on team size, state storage needs, and whether you require policy-as-code or SSO.

Core CLI (Free, Source-Available)

The Terraform CLI is free to download and use under the Business Source License (BSL 1.1). It includes the full HCL configuration language, every provider plugin, local and remote state backends, and the complete plan/apply workflow. BSL permits most internal use but restricts building competing commercial offerings — which is why many teams needing an OSI-approved license adopt OpenTofu instead. No per-user or resource fees. You pay only for the cloud resources you provision through it.

OpenTofu (Truly Open Source, Free)

OpenTofu is a drop-in, open-source fork governed by the Linux Foundation under MPL 2.0. It preserves Terraform's CLI UX, provider ecosystem, and state model while restoring a fully OSI-approved license. For teams whose procurement or legal teams require true open source, OpenTofu is the zero-cost path. Provider compatibility is maintained via the OpenTofu Registry, which mirrors Terraform Registry providers.

HCP Terraform Free Tier

HCP Terraform (formerly Terraform Cloud) Free covers up to 500 resources, 5 users, remote state storage, and VCS integration. It is suitable for small teams, individual practitioners, and proof-of-concept deployments getting started with collaborative infrastructure management. No credit card required to activate.

HCP Terraform Team Plan ($20/user/month)

The Team plan starts at $20 per user per month and includes: unlimited resources, team-based RBAC, Sentinel policy-as-code, cost estimation, run tasks, priority email support, and the private module registry. Best for teams of 3-25 who need policy enforcement and shared state but not enterprise SSO.

Terraform Enterprise (Custom Pricing)

Terraform Enterprise is the self-hosted distribution for regulated industries. Pricing is custom-quoted by HashiCorp typically starting around $80-$120 per user per month depending on volume and contract length. It includes everything in Team plus: audit logging, SAML/SSO, self-hosted agents, private network isolation, and deployment on AWS, Azure, GCP, or VMware.

Pricing Tier Comparison Table

Plan Price Resources Users Key Features
Terraform CLI Free (BSL 1.1) Unlimited Unlimited Local state, all providers, plan/apply
OpenTofu CLI Free (MPL 2.0) Unlimited Unlimited Open-source Terraform-compatible fork
HCP Terraform Free Free 500 5 Remote state, VCS integration
HCP Terraform Team $20/user/mo Unlimited Unlimited RBAC, Sentinel, cost estimation, private registry
Terraform Enterprise Custom (~$80+/user/mo) Unlimited Unlimited SSO, SAML, audit logging, self-hosted agents

Pricing verified in 2026 from HashiCorp's published HCP Terraform pricing page. Enterprise quotes require a sales call.

Hidden & Easily Overlooked Costs

Beyond headline pricing, watch for these cost levers: (1) State storage — local state is free, but remote state in HCP Terraform Free is capped at 500 resources; crossing that limit silently bumps you to Team. (2) Run-based billing — each terraform plan/apply run consumes a small quota on Free; chronic CI runs (e.g. on every PR) can exhaust the free run budget and upgrade charges apply. (3) Self-hosted runners — Team tier includes shared runners, but private runners (for VPC-only access) require an Enterprise contract. (4) Provider plugins — all 3,900+ providers are free, but premium modules published by partners may carry their own licensing.

Total Cost of Ownership by Team Size

For a 5-person team managing ~200 resources: HCP Terraform Free ($0/mo) covers it. For 15 engineers with ~1,500 resources and policy enforcement: Team plan ≈ $300/mo ($20 × 15). For 50 engineers needing SSO + audit logs across 3 cloud providers: Enterprise ≈ $4,000-$6,000/mo depending on negotiated rate. Self-hosting Terraform CLI + S3 state backend costs $0 in software licensing but adds ops burden for state locking and backup.

Cost-Saving Tips

  1. Use HCP Terraform Free until you cross 500 resources — most small teams never do. 2. Adopt OpenTofu if your legal team rejects BSL 1.1 — it removes license risk at zero cost. 3. Run terraform plan in CI more sparingly — each plan run consumes quota; gate plans to pull-request events rather than every commit. 4. Use S3 + DynamoDB for state if self-managing — $0.02/GB/mo for state vs HCP Terraform Team's per-user fee. 5. Negotiate Enterprise contracts annually — most Enterprise deals come in 20-30% below list.

Terraform Pricing FAQs

Is Terraform free for commercial use? The CLI is free under BSL 1.1, which permits most commercial use except building a competing product. What is the difference between Terraform and OpenTofu? OpenTofu is a Linux Foundation fork under MPL 2.0; Terraform is HashiCorp-licensed under BSL 1.1. The CLI and provider ecosystem are deliberately kept compatible. How much does HCP Terraform cost? Free for up to 5 users and 500 resources; $20/user/month on Team for unlimited resources. Is Terraform Enterprise worth it? Only if you need SSO, audit logging, air-gapped deployment, or self-hosted agents — otherwise HCP Terraform Team is far cheaper.

Compare Terraform with Alternatives

See how Terraform stacks up against competitors across features, pricing, and user reviews.

Trusted by thousands of DevOps teams. Read verified reviews before you buy.

Related Links