Home
IBM Officially Owns Terraform Following the HashiCorp Acquisition
The landscape of Infrastructure as Code (IaC) shifted fundamentally in February 2025 when IBM completed its acquisition of HashiCorp, the original developer of Terraform. This multi-billion dollar deal marks a turning point for devops engineers and enterprise architects worldwide who rely on Terraform to manage cloud infrastructure across AWS, Azure, Google Cloud, and on-premises environments.
Understanding who owns Terraform is no longer just a question of branding; it involves navigating a complex history of licensing changes, community forks, and corporate strategy. This analysis explores the current ownership status, the reasons behind IBM's acquisition, and the implications for the future of the cloud-native ecosystem.
The Short Answer: Who Currently Owns Terraform?
As of early 2025, Terraform is a product of IBM. The acquisition of HashiCorp for approximately $6.4 billion transitioned the entire HashiCorp portfolio—including Terraform, Vault, Consul, and Nomad—into IBM’s massive software division. While the software was originally developed by HashiCorp, founded in 2012, the brand and the intellectual property now reside under the IBM corporate umbrella.
It is important to clarify a common point of confusion: "Terraform" in this context refers to the software tool used for infrastructure management. There is another entity called "TerraForm Power," which is a renewable energy company owned by Brookfield Asset Management. These two are entirely unrelated, though they share a similar name.
The Evolution of Terraform Ownership
The HashiCorp Era (2012–2024)
Terraform was born in the early 2010s at a time when cloud computing was expanding rapidly, but managing resources was a manual, error-prone process. HashiCorp, led by its technical founders, revolutionized this space by introducing the HashiCorp Configuration Language (HCL). This allowed developers to treat infrastructure like software code—versionable, repeatable, and scalable.
For over a decade, Terraform thrived as an open-source project under the Mozilla Public License (MPL). During this period, HashiCorp acted as the primary maintainer, while a massive global community contributed "providers" (plug-ins that allow Terraform to talk to different cloud services). This collaborative model turned Terraform into the industry standard for multi-cloud deployments.
The 2023 Licensing Pivot
The road to the IBM acquisition was paved by a controversial decision in August 2023. HashiCorp announced it was moving its core products, including Terraform, from the open-source MPL 2.0 to the Business Source License (BSL) v1.1.
Under the BSL, the source code remained "available" for inspection and most internal uses, but it was no longer "open source" by the traditional definition. Specifically, the new license prohibited other companies from using Terraform to build competing commercial products. This was a strategic defensive move aimed at preventing large cloud providers or smaller startups from "repackaging" Terraform as a managed service without contributing back to HashiCorp’s revenue.
This shift created a rift in the community. Many contributors felt betrayed by the move away from pure open source, leading to the creation of OpenTofu, a fork of the last open-source version of Terraform.
The IBM Acquisition (2025)
The licensing change did not solve HashiCorp's financial pressures as an independent public company. In early 2024, rumors of a sale began to circulate, culminating in IBM’s offer. IBM’s acquisition strategy focused on strengthening its hybrid cloud and AI-driven automation portfolios. By February 2025, the deal was closed, and Terraform became an IBM-owned asset.
Why Did IBM Buy Terraform?
IBM’s acquisition of Terraform is part of a broader strategy to become the dominant player in hybrid cloud management. Since acquiring Red Hat in 2019, IBM has pivoted heavily toward software-defined infrastructure.
Synergy with Red Hat and Ansible
IBM already owns Ansible, another major player in the automation space. While Ansible is primarily used for configuration management (the "inside" of a server), Terraform is the leader in infrastructure provisioning (the "outside" or the server itself). By owning both, IBM can offer an end-to-end automation stack.
From our observations in the enterprise market, organizations often struggle with fragmented toolchains. IBM intends to integrate Terraform more deeply with Red Hat OpenShift and Ansible, creating a unified experience for managing containers, virtual machines, and cloud networking.
Strengthening IBM Cloud
While IBM is a major software vendor, it also operates its own public cloud platform. Ownership of Terraform gives IBM a strategic advantage in ensuring that Terraform providers for IBM Cloud are top-tier, potentially making it easier for enterprises to migrate workloads into the IBM ecosystem.
AI and Automation (AIOps)
IBM is betting heavily on its Watsonx AI platform. Integrating AI with Terraform allows for "predictive infrastructure"—using machine learning to analyze Terraform plans for security vulnerabilities, cost overruns, or performance bottlenecks before they are deployed. This is a level of integration that HashiCorp, as a standalone entity, was only beginning to explore.
The Licensing Conflict: BSL vs. Open Source
One of the most frequent questions since IBM took over is: "Is Terraform still free?" The answer depends on how you use it.
Understanding the Business Source License (BSL)
Currently, Terraform remains under the BSL 1.1 license adopted by HashiCorp before the acquisition.
- For Individual Developers and Internal Teams: Use remains largely the same. If you are a DevOps engineer using Terraform to manage your own company's infrastructure, you do not need to pay for the license.
- For Commercial Competitors: If you are a SaaS company that builds a product providing "Terraform-as-a-Service" or similar competitive offerings, you are likely prohibited from using the official IBM-owned Terraform binary without a commercial agreement.
The Rise of OpenTofu
In response to the BSL move, the Linux Foundation launched OpenTofu. This is a direct competitor to the official Terraform. OpenTofu is a "fork"—a copy of the Terraform code taken just before the license change. It remains under the Mozilla Public License 2.0, ensuring it stays open source forever.
The market is currently divided. Some enterprises are sticking with IBM/Terraform for the stability and support that a massive corporation provides. Others are migrating to OpenTofu to avoid "vendor lock-in" and to stay within a purely open-source ecosystem.
Technical Implications of IBM Ownership
From a technical perspective, IBM’s ownership brings both resources and potential complexity.
Provider Ecosystem Support
Terraform’s strength lies in its 3,000+ providers. In our review of recent updates, IBM has continued to support the Terraform Registry, which hosts these providers. However, the legal restrictions of the BSL have made some third-party developers hesitant to contribute to the official IBM repository, preferring instead to support the OpenTofu registry.
Integration with Enterprise Software
We expect to see Terraform becoming more "opinionated" under IBM. This means it may feature native integrations with IBM’s security tools (like QRadar) and cost management platforms (like Apptio). For large enterprises already in the IBM ecosystem, this is a significant value add. For those who prefer a modular, tool-agnostic approach, it may feel like a move toward a proprietary suite.
Hardware Requirements and Performance
Terraform has historically been a lightweight Go-based binary. One concern in the community is whether IBM will "bloat" the tool with enterprise features that increase its footprint. In our testing of the latest versions released under IBM's stewardship, performance remains consistent with previous versions, though the focus has clearly shifted toward features that benefit large-scale "Terraform Cloud" or "Terraform Enterprise" users.
How the Acquisition Affects Cloud Vendors (AWS, Azure, GCP)
The "Big Three" cloud providers are in a delicate position. They all provide Terraform providers to make their clouds easier to use. However, IBM is a competitor in the cloud space.
There is a historical precedent for this. When Microsoft bought GitHub, there were fears that other cloud providers would be disadvantaged. Those fears largely didn't materialize because GitHub remained a neutral platform. If IBM manages Terraform with a similar "neutrality-first" approach, the ecosystem will remain healthy. If IBM prioritizes its own cloud services over AWS or Azure in Terraform's development, we may see a massive exodus to OpenTofu by the other cloud giants.
Key Differences: Terraform (IaC) vs. TerraForm Power
As mentioned earlier, search results for "who owns terraform" often include references to a company called TerraForm Power. It is crucial to distinguish between them to avoid financial or strategic errors.
| Feature | Terraform (Software) | TerraForm Power (Energy) |
|---|---|---|
| Product | Infrastructure as Code Software | Renewable Energy (Wind/Solar) |
| Owner | IBM (via HashiCorp) | Brookfield Asset Management |
| Industry | Information Technology / DevOps | Utilities / Clean Energy |
| Key Acquisition Date | February 2025 | March 2017 (Controlling stake) |
If you are looking for information on managing servers, you are looking for the IBM-owned software. If you are looking for renewable energy stocks or power plant operations, you are looking for the Brookfield-owned utility.
Future Outlook: The "IBM Terraform" Era
Looking ahead, we anticipate several trends for the software:
- Enterprise Consolidation: IBM will likely package Terraform as part of a "Cloud Management Bundle," making it the default choice for Fortune 500 companies that have existing IBM contracts.
- Licensing Stability: It is unlikely that IBM will revert Terraform to an open-source license. The BSL serves IBM’s commercial interests by forcing competitors to negotiate for access.
- Feature Divergence: Over the next 24 months, we expect Terraform (IBM) and OpenTofu (Linux Foundation) to grow apart technically. They will likely introduce unique HCL features that are not cross-compatible, forcing users to choose one path and stay on it.
- Governance: IBM has a sophisticated open-source program office, but Terraform is now a core commercial product. Unlike Red Hat, which maintains "upstream" open-source projects (like Fedora for RHEL), Terraform does not currently have a clear "free-forever" upstream version other than the OpenTofu competitor.
What Should You Do?
If you are currently a Terraform user, you do not need to make immediate changes. The binaries you use today will continue to work. However, you should evaluate your long-term strategy:
- Stick with IBM/Terraform if: You require 24/7 enterprise support, you are already an IBM or Red Hat customer, and you value the stability of a major corporate roadmap.
- Switch to OpenTofu if: You are a service provider building a commercial platform, you are committed to a purely open-source philosophy, or you fear future price increases from a major vendor like IBM.
Conclusion
Terraform is now owned by IBM following its acquisition of HashiCorp in February 2025. This move ended HashiCorp's 13-year run as an independent company and solidified IBM’s position in the hybrid cloud market. While the software remains the industry standard for Infrastructure as Code, its transition to a "source-available" BSL license and the subsequent emergence of OpenTofu have changed the rules of the game. For most users, the transition will be seamless, but for the broader tech industry, the ownership of Terraform by a "legacy" giant like IBM marks the end of an era for independent devops tooling.
Summary Table: Terraform Ownership Facts
- Current Owner: IBM
- Acquisition Target: HashiCorp
- Acquisition Price: ~$6.4 Billion
- Closing Date: February 2025
- License Type: Business Source License (BSL) v1.1
- Open Source Alternative: OpenTofu (managed by Linux Foundation)
- Unrelated Entity: TerraForm Power (owned by Brookfield)
FAQ
Is Terraform still open source?
Technically, no. Since August 2023, Terraform has been under the Business Source License (BSL) 1.1, which is "source-available" but does not meet the strict Open Source Definition because it restricts certain commercial uses. The community-led fork, OpenTofu, is truly open source (MPL 2.0).
Did IBM change Terraform's price?
As of the immediate post-acquisition period, IBM has integrated Terraform into its existing software pricing models. For most users of the free CLI, there is no direct cost. However, enterprise-tier features and "Terraform Cloud" managed services are subject to IBM’s commercial pricing.
Can I still use Terraform with AWS and Azure?
Yes. Terraform remains a multi-cloud tool. IBM continues to support providers for all major cloud platforms, as it is in their interest to keep Terraform as a universal management layer.
What is the difference between HashiCorp Terraform and IBM Terraform?
They are the same product. "IBM Terraform" simply refers to the software since the change in ownership. The development team from HashiCorp was largely absorbed into IBM’s software division.
Why is there a company called TerraForm Power?
TerraForm Power is a renewable energy company that owned and operated solar and wind farms. It was acquired by Brookfield Asset Management in 2017. It has no relation to the software tool created by HashiCorp.
Is OpenTofu better than Terraform?
"Better" is subjective. OpenTofu is preferred by those who want a 100% open-source tool with community governance. Terraform (IBM) is often preferred by large enterprises that require a formal relationship with a vendor for liability, support, and long-term insurance.
-
Topic: Brookfield to Acquire Controlling Stake and Assume Sponsorship of TerraForm Powerhttps://bn.brookfield.com/generation/pdf/document-file.pdf?path=/press-releases/brookfield-acquire-controlling-stake-and-assume-sponsorship-terraform-power&token=l-DJYUDHmdqOH4-ysqDjrA
-
Topic: Terraform - Wikipediahttps://ja.wikipedia.org/wiki/Terraform
-
Topic: About Us: Learn About TerraForm Power U.S.https://www.terraform.com/about-us/