Terraform with VirtualBox
So I wanted to learn how to use Terraform, it is something that is quite interesting but I have never got to use it. I had to sort that out. 👍 I could have made it build me a VM instance on the cloud but I currently don't have the need for that as I have the Kali VM that I use for messing around with CTFs hosted locally. So I decided to go with Virtual Box, also this stops any issues like for example me building the wrong VM instance and my card screaming at me. So my first order of business was to create a new folder and create the terraform.tf file in there. I then used the boiler plate code that can be found on the HashiCorp website here : https://registry.terraform.io/providers/terra-farm/virtualbox/latest/docs. Using "terraform init" to initialise a Terraform instance then "terraform apply". But I ran into some issues with that. For starters the first issue that will arise is that the version specified in this template is no longer the current version and...