Skip to content

Commit 081c27c

Browse files
authored
Update index.mdx
1 parent 246b13e commit 081c27c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

tutorials/terraform-quickstart/index.mdx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,10 @@ categories:
1212
tags: Terraform/OpenTofu Elastic-Metal Instances HashiCorp
1313
hero: assets/scaleway_terraform.webp
1414
dates:
15-
<<<<<<< HEAD
16-
<<<<<<< HEAD
1715
validation: 2025-05-19
18-
=======
19-
validation: 2025-05-14
20-
>>>>>>> 488bf073c (docs(review): tutos part 1)
21-
posted: 2018-04-06
22-
---
23-
24-
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).
25-
=======
26-
validation: 2025-05-22
27-
posted: 2018-04-06
2816
---
2917

3018
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).
31-
>>>>>>> 1e55e7277 (docs(review): final part)
3219

3320
<Macro id="requirements" />
3421

@@ -488,7 +475,7 @@ We now have a first Instance up and running. Next, we will modify it by restrict
488475

489476
Terraform/OpenTofu allows us to add additional resources to infrastructures and is capable of managing both [Instances](https://www.scaleway.com/en/virtual-instances/) and [Elastic Metal servers](https://www.scaleway.com/en/elastic-metal/). Let us add an Elastic Metal server to our Terraform/OpenTofu project using the [Elastic Metal module](https://www.terraform.io/docs/providers/scaleway/r/baremetal_server.html) of the Scaleway provider.
490477

491-
1. Open the file `scaleway.tf` in a text editor and add the `"scaleway_account_ssh_key"` data source and the `scaleway_baremetal_server` resource as follows:
478+
1. Open the file `scaleway.tf` in a text editor and add the `scaleway_account_ssh_key` data source and the `scaleway_baremetal_server` resource as follows:
492479

493480
<Message type="note">
494481
Remember to replace the SSH key ID field with the ID for your own SSH key, available in [the SSH keys tab of your Project Dashboard](https://console.scaleway.com/project/ssh-keys)

0 commit comments

Comments
 (0)