Setup
Prerequisites
- HashiCorp Terraform CLI Version 1.9 or higher: Download
- Git: Download
- Visual Studio Code: Download
- Azure CLI: Download
- An Azure Subscription: Free Account
- PowerShell Core (7) or Bash
Folder
Use can use PowerShell Core (recommended) or Bash for the labs.
Create a new folder for your labs. This will be your working directory for the labs.
1
2
3
# Create a new folder
md ~/terraform-labs
cd ~/terraform-labs
1
2
3
# Create a new folder
mkdir ~/terraform-labs
cd ~/terraform-labs