














Renewal season is the only time you have leverage with a vendor, but most teams waste it. When the quote arrives, someone forwards it to finance, justifies why the bill went up by 50%, and asks nothing about whether the deal still makes sense.
When it comes to Terraform Cloud (IBM HCP Terraform), renewals deserve more scrutiny than most. The product changed names, owners, pricing models, and tier structure.
In this article, we will explore what changed, how pricing works today, the questions to ask before you sign, and what a migration looks like if you decide not to renew.
The Terraform Cloud you renew in 2026 is not the product you signed for. New name (HCP Terraform), new owner (IBM), new license, and pricing that bills the size of your infrastructure inventory instead of your deployment activity.
count instance, and every zombie workspace keeps billing until you destroy it.There are many things that have changed in the last three years:
More information available in their Changelog.
When you visit the Terraform Cloud pricing page, you’ll notice there is no free tier anymore. But that’s actually inaccurate. In the FAQ, they mention they still have a free tier that is limited to 500 managed resources.

Every new HCP organization gets $500 in trial credits, which expire in six months. For an organization that wants to be compliant, you need at least the Standard tier to get an audit trail.
| Tier | Price per managed resource | Limits |
| Free | $0 up to 500 resources | 1 concurrent run (1 remote, 1 agent); one policy set of up to 5 policies |
| Essentials | $0.10/month | 3 concurrent runs; project-scoped team permissions; no cost estimation, SSO, or VCS-connected policy sets |
| Standard | $0.47/month | 10 concurrent runs; policy enforcement, cost estimation, SSO (SAML), VCS-connected policy sets; can buy extra concurrency |
| Premium | $0.99/month | 30 concurrent runs; audit logging, custom RBAC, priority support, Stacks custom deployment groups |
| Enterprise | Quote-based | Self-managed; sold as IBM Terraform Enterprise |
See also: Terraform Cloud/Enterprise Pricing – Tiers Overview
Terraform Cloud’s pricing uses RUM (resources under management) pricing, and a managed resource is defined as a resource in a Terraform Cloud managed state file where mode = “managed”. Counting begins at the first terraform apply that touches the resource, and it continues until the resource is destroyed.
The billing mechanics work like this:
HashiCorp shows an example for 1,000 managed resources that run non-stop for a 30-day month on Essentials with a price of $97,85. If you scale that up, the numbers get frightening:
| Managed Resources | Essentials | Standard | Premium |
| 1,000 | ~$100 | ~$470 | ~$990 |
| 5,000 | ~$500 | ~$2,350 | ~$4,950 |
| 10,000 | ~$1,000 | ~$4,700 | ~$9,900 |
Note: Rating is hourly, so 31-day months cost about 3% more than 30-day months. These are additional costs on top of what you pay your cloud provider.
In AWS, if you create a security group with 50 rules, it doesn’t cost you anything. In Terraform Cloud, you will be billed for 51 managed resources because every security group rule is a Terraform resource.
Here are the resources that count as managed resources:
Here are the resources that don’t count as managed resources:
Terraform Cloud offers two billing models, and they behave differently at renewals:
If you burn your balance early (exhaust the commitment before the term ends), without a new Flex contract in place, your organization will automatically transition to pay-as-you-go and will require a credit card. If you don’t have a card configured when payment comes due, HashiCorp reserves the right to suspend or terminate resources under the EULA.
At the same time, if you overcommit, the unused balance will not follow you anywhere, so you’ll end up paying for capacity you never consume.
You also don’t have an option to self-serve out of your plan. If you don’t have the option to edit your organization’s plan because of an active contract, you need to contact your account team. If you want to downgrade mid-term, you’ll need to negotiate, not just change settings.
Note: If you are using HCP Europe, HashiCorp Flex is not supported. All plans and billing options run through sales.
The pricing model is important, but when it comes to Terraform Cloud, you need to understand some other mechanics as well:
These pain points come up consistently, from practitioner blog posts, forum threads, and the conversations we have with your Spacelift customers:
Most teams walk into the renewal call with a quote and no numbers of their own. Go in with these answers instead, from HashiCorp and from your own team.
It’s important to get these answers in writing, in the contract where possible, rather than hopping on a call with your account executive.
| Question to ask | Reasoning behind it |
| What is my exact per-resource rate at each tier under this contract? | This will help you choose the tier you are most comfortable with |
| What is the overage rate once my Flex balance is exhausted? | This confirms if you get your overage bills at your discounted rate or at a list |
| What resource count is this quote actually modeled on, and what happens if I double or triple the number? | Predict, as much as possible, how much you’ll need to spend in each scenario |
| What is my organization’s concurrency limit in this tier, and how much will I have to spend to increase it? | As you grow, you’ll need more concurrency, so you need to understand how much that will cost you. |
| What discounts are available on a multi-year commitment? | Understand if signing a contract for multiple years will be beneficial |
| What is the roadmap for the new features that I might need, and will they be available in my plan? | Understand if a new feature you need will be available in your tier, or if you need to pay extra for it |
| What is my support response SLA? | Support routes now through IBM, and support quality is a recurring complaint in practitioner forums |
At the same time, ask your team questions to better understand your position.
| Questions to ask | Reasoning behind it |
| What is our current managed resource count, and how much has it increased in the last 12 months? | The growth rate will be your renewal forecast |
| How many of our resources are actually in use versus abandoned? | You need to clean up your environment before you get quoted to reduce the cost as much as possible |
| Do we need anything in the infrastructure space apart from Terraform? | If you need other tools such as Ansible, Kubernetes, Pulumi, OpenTofu, or others, you also need to count the cost of the second platform |
| What paid features would we actually need? | It doesn’t make sense to pay for a superior tier if you don’t need what it offers |
| How many concurrent runs do we need? | This can help you determine the tier you’ll be on |
Renewing and leaving are both defensible. The answer depends on how your estate grows, what tools you run, and the rate you managed to negotiate.
Renewing Terraform Cloud makes sense if most of these are true at the same time for your organization:
If you decide to renew, you should first clean up zombie workspaces, turn on usage alerting, model your growth, and negotiate the overage rate rather than accepting the default.
You should judge alternatives against the things that actually hurt you today:
Spacelift is an infrastructure orchestration platform that supports Terraform, OpenTofu, Terragrunt, Pulumi, CloudFormation, Kubernetes, and Ansible, with a concurrency-based pricing model.
Here’s how Spacelift and Terraform Cloud compare on the dimensions that come up in renewal conversations:
| Spacelift | Terraform Cloud | |
| Pricing model | Concurrency based | Per managed resource (RUM |
| Infrastructure tools support | Terraform, OpenTofu, Terragrunt, Pulumi, CloudFormation, Kubernetes, Ansible | Terraform, partially Terragrunt |
| Policy scope | OPA policies at every decision point | Focused on run stages |
| Dependencies | Stack dependencies with output sharing | Limited, Stacks only |
| Resource management | Full inventory with visualization, search, and filtering | Per-workspace resource view |
| Workflow control | Full control over every phase, custom runner images | Predefined workflows, run task integrations |
Read more about why to migrate from Terraform Cloud here.
Here are some practical differences that are worth calling out:
Spacelift’s migration tooling is called liftoff, a single static binary with no Docker, no runtime, and no services to stand up. It currently migrates from Terraform Cloud and Terraform Enterprise, with more sources planned.
liftoff pulls your entire Terraform Cloud estate into a local store, renders it as an OpenTofu configuration for you to review before anything is created, and hands it to a Spacelift admin stack you can apply to migrate. Everything runs in batches, and all steps are idempotent (re-running them is always safe).
Learn more about how to migrate off Terraform Cloud here.
The first batch you migrate will be the most expensive one, because setup and the first audit will show you every version mismatch and broken VCS binding at once. The later batches, however, will mostly be review time, and effort scales with your sensitive variable count and how much Sentinel policy needs rewriting in Rego.
You should run discover and audit against your live organization before the renewal call. These commands change nothing, and the output is the most honest migration estimate you will get.
Terraform Cloud is a different product than it was a couple of years ago. It has a new name, new owner, new tier names, and a new license. RUM bills on peak hourly resource count with partial hours rounded up, and tracks the size of your infrastructure inventory rather than your deployment activity.
Before you renew, always count your resources and clean up zombie resources. Almost every resource in that state will get billed. Also, keep in mind that renewing is a legitimate outcome for stable (from a resource-count point of view) Terraform-only estates with a good negotiated rate, not for everyone.
If the model no longer fits, and you need more infrastructure tools, predictable bills, and more features out of the box, migration is a supported path. Migrating to Spacelift is easy; just use our new migration kit, liftoff.
If you want to learn more about Spacelift or how we can help you migrate, book a demo with one of our engineers.
Pay-as-you-go and HashiCorp Flex customers can self-downgrade from the Plan & Billing page in HCP Terraform, including all the way to the Free Edition. Customers on an active committed contract cannot change tiers directly and must contact their HashiCorp account team to adjust the plan.
No. As of 2026, HCP Terraform’s managed runs execute the Terraform CLI only, with no option to select OpenTofu as the run engine. OpenTofu can still point at HCP Terraform’s remote backend purely for state storage, but not for runs, Sentinel, or no-code modules.
Most migrations run in days rather than months. Small teams often finish in a day or two, while estates of 500 to 1,000 workspaces have cut over in under a week using automated tooling, with actual downtime as short as 20 minutes to 2 hours.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。