From 4d14207527ab93f77c4dce523fffa85f0c4bd6a8 Mon Sep 17 00:00:00 2001 From: michaelcade Date: Mon, 28 Feb 2022 14:49:29 +0000 Subject: [PATCH] Day 59 Update --- Days/day59.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Days/day59.md b/Days/day59.md index 0d008a9..d375ac2 100644 --- a/Days/day59.md +++ b/Days/day59.md @@ -8,6 +8,8 @@ Purely demo purpose but the concept is the same we are going to have our desired The first thing we are going to do is create a new folder called virtualbox, we can then create a virtualbox.tf file and this is going to be where we define our resources. The code below which can be found in the VirtualBox folder as virtualbox.tf this is going to create 2 VMs in Virtualbox. +You can find more about the community virtualbox provider [here](https://registry.terraform.io/providers/terra-farm/virtualbox/latest/docs/resources/vm) + ``` terraform { required_providers {