Skip to content

Commit 965a026

Browse files
committed
Update README.md
1 parent 6e9de9d commit 965a026

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@ To utilise the code you may therefore just deploy as is and see the concept bein
2020

2121
### :heavy_check_mark: Install the Right Tools First!
2222

23-
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:
24-
25-
# Chocolatey setup and installation script for using Terraform
26-
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'))
27-
# Chocolatey apps
28-
choco install vscode -y -no-desktopshortcuts
29-
choco install terraform -y -no-desktopshortcuts
30-
choco install azure-cli -y -no-desktopshortcuts
23+
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:
24+
25+
https://raw.githubusercontent.com/jakewalsh90/Terraform-Azure/main/Setup-Scripts/TerraformApps.ps1#L8-L8
3126

3227
### :arrow_right: GitHub Actions
3328

0 commit comments

Comments
 (0)