Terraform: Difference between revisions

From Freephile Wiki
No edit summary
No edit summary
Line 3: Line 3:
<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>
<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 (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 due to the licensing brouhaha - see 'Related') that is hosted by the Linux Foundation.
 
== Related ==
{{#ev:youtube|https://www.youtube.com/watch?v=hNcBk6cwim8}}
 
[[Category:Infrastructure]]
[[Category:Infrastructure]]
[[Category:DevOps]]
[[Category:DevOps]]
[[Category:Cloud]]
[[Category:Cloud]]

Revision as of 10:02, 17 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 due to the licensing brouhaha - see 'Related') that is hosted by the Linux Foundation.

Related[edit]