Follow the steps in (this guide)[https://justobjects.nl/terraform-first-steps/]
- Install Open Tofu
- Create a first test main to pull and start nginx docker on localhost
- Open an account on Hetzner provider
- Supply an (public) ssh key to a new hetzner cloud project
- Create an API token on the dashboard
- Modify the main.tf file to use the hetzner provider
- Modify the file to include your API key DO NOT FORGET TO ADD THIS FILE TO GITIGNORE
- Create a VM using main.tf
- Check on the hetzner dashboard if the VM was created correctly