Bicep
Control Plane · Infrastructure as Code
Microsoft's domain-specific language for declaratively deploying Azure resources.
- Open source
Control Plane · Infrastructure as Code
Open-source fork of Terraform under the Linux Foundation, compatible with Terraform providers.
OpenTofu is the community fork of Terraform, created in September 2023 after HashiCorp moved Terraform to the Business Source Licence. It is a drop-in replacement: the same configuration language, the same workflow, and compatibility with state files up to those written by Terraform 1.5.
The reason it exists is licensing. OpenTofu is MPL 2.0, properly open source, and stewarded by the Linux Foundation rather than a company, which is the point for organisations that need a licence they can rely on.
It has not stood still since forking. Its most notable addition is state and plan encryption at rest, with key providers for AWS KMS, GCP KMS, Azure Key Vault, OpenBao and PBKDF2, which Terraform does not offer natively. Version 1.12 adds dynamic prevent-destroy and a destroy lifecycle argument.
It runs its own registry, separate from Terraform's, with around 4,700 providers and 24,000 modules, including the Databricks and Snowflake providers data teams need.
What it does not have is a hosted service. The project ships the CLI only: no managed state backend, no pull-request checks, no policy engine of its own. Those come from third-party vendors, several of whom backed the fork.
Version 1.6 was the first stable release in January 2024, and the current stable line is 1.12, released in August 2026.
The same headings are used for every infrastructure as code entry, so two tools can be read side by side.
Open source
Free and open source under MPL 2.0, with no paid tier, hosted service or pricing page from the project. Commercial support and hosted workflows are sold by third-party vendors.
OpenTofu is a Linux Foundation project, announced in September 2023 in response to Terraform's licence change and backed at launch by pledges from more than 140 organisations and 600 individuals, including Harness, Gruntwork, Spacelift, env0 and Scalr. It is MPL 2.0 licensed. Governance is a core team with a technical lead for day-to-day work and a steering committee for larger decisions, with the foundation holding the project specifically to reduce the risk of any single vendor capturing it.
Control Plane · Infrastructure as Code
Microsoft's domain-specific language for declaratively deploying Azure resources.
Control Plane · Infrastructure as Code
Defines Databricks jobs, pipelines and other workspace assets as YAML and deploys them with the Databricks CLI. Renamed Declarative Automation Bundles in 2026.
Control Plane · Infrastructure as Code
Infrastructure as code written in general-purpose languages such as TypeScript, Python and Go.
Control Plane · Infrastructure as Code
Infrastructure as code tool from HashiCorp, with providers for clouds and data platforms such as Databricks and Snowflake.
Drafted with AI assistance and checked against the vendor’s own documentation.