Terraform: Difference between revisions

From Freephile Wiki
Created page with "Terraform <blockquote>Terraform is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.</blockquote> Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project..."
 
No edit summary
Line 4: Line 4:


Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project (open source fork of Terraform) that is hosted by the Linux Foundation.
Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project (open source fork of Terraform) that is hosted by the Linux Foundation.
[[Category:Infrastructure]]
[[Category:DevOps]]
[[Category:Cloud]]

Revision as of 14:21, 4 February 2025

Terraform

Terraform is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.

Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the OpenTofu project (open source fork of Terraform) that is hosted by the Linux Foundation.