Skip to content

Commit e932ba8

Browse files
nerda-codesbene2k1
andauthored
Update tutorials/terraform-quickstart/index.mdx
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 081c27c commit e932ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/terraform-quickstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dates:
1515
validation: 2025-05-19
1616
---
1717

18-
HashiCorp [Terraform/OpenTofu](http://terraform.io) is an open-source software tool used to deploy **IaaC**: Infrastructure as Code. It means that you can automate infrastructure resources such as Instances, Elastic Metal servers, and more. It allows you to use declarative configuration files to manage the full lifecycle: create new resources, manage existing ones, and delete those no longer needed. The configuration language used by Terraform/OpenTofu is called [Hashicorp Configuration Language (HCL)](https://github.com/hashicorp/hcl).
18+
HashiCorp [Terraform](http://terraform.io) or [OpenTofu](https://opentofu.org/) (open source fork of Terraform) are open-source software tools to deploy **IaaC**: Infrastructure as Code. It means that you can automate infrastructure resources such as Network, Instances, Elastic Metal servers, and more. It allows you to use declarative configuration files to manage the full lifecycle create new resources, manage existing ones, and delete those no longer needed. The configuration language used by Terraform/OpenTofu is called [Hashicorp Configuration Language (HCL)](https://github.com/hashicorp/hcl).
1919

2020
<Macro id="requirements" />
2121

0 commit comments

Comments
 (0)