From c4cac87695e1fcb7711f683a9d6b9d76a6aab77e Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Fri, 22 Apr 2022 17:11:57 +0100 Subject: [PATCH] fix image on day 57 --- Days/day57.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day57.md b/Days/day57.md index 471b82a..e7e859d 100644 --- a/Days/day57.md +++ b/Days/day57.md @@ -56,7 +56,7 @@ Another thing to mention is that there are also modules available, and this is s The Terraform workflow looks like this: (*taken from the terraform site*) -![](https://www.terraform.io/_next/static/images/how-tf-works-2-88c36cecdbf1d3a92cc3976dd85ff8ad.png?fit=max&fm=webp&q=80&w=2500) +![](Images/Day57_IAC3.png) ### Terraform vs Vagrant