Terraform VirtualBox Provider
In this post I will demonstrate how to deploy 2x Ubuntu Virtual Machines using the Terraform VirtualBox provider, terra-farm You can install VirtualBox on Ubuntu using this guide. The main.tf file is configured to use a network adapter called vnetbox1, so you need to ensure it is created and set DHCP Server to Enable. Install Terraform Let’s start by installing Terraform. The following is from the official Terraform documentation: Add the Terraform gpg key....