From 965a026f807446313f8e7d5e2abab6157d632812 Mon Sep 17 00:00:00 2001 From: Jake Walsh <37653943+jakewalsh90@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:23:56 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a55b242..54c5b2e 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,9 @@ To utilise the code you may therefore just deploy as is and see the concept bein ### :heavy_check_mark: Install the Right Tools First! -I have setup a Chocolatey script that will provide all the tools you need to work with Terraform on Azure - see [here](https://github.com/jakewalsh90/Terraform-Azure/blob/main/Chocolatey-Setup/TerraformApps.ps1) or use the Chocolatey install script below: - - # Chocolatey setup and installation script for using Terraform - Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) - # Chocolatey apps - choco install vscode -y -no-desktopshortcuts - choco install terraform -y -no-desktopshortcuts - choco install azure-cli -y -no-desktopshortcuts +I have setup a Chocolatey script that will provide all the tools you need to work with Terraform on Azure - see [here](https://github.com/jakewalsh90/Terraform-Azure/tree/main/Setup-Scripts) or use the Chocolatey install script below: + +https://raw.githubusercontent.com/jakewalsh90/Terraform-Azure/main/Setup-Scripts/TerraformApps.ps1#L8-L8 ### :arrow_right: GitHub Actions