Terraform configuration to spin up VMs for testing.
brew tap hashicorp/tap
brew install hashicorp/tap/terraform- Initialize a working directory containing main.tf
terraform init- Preview the changes that will be applied by Terraform
terraform plan- Apply the changes required to reach the desired state of the configuration
terraform apply