This repository is for learners on Corndel's DevOps apprenticeship.
You need to have an Azure account. Contact a tutor if you do not have access to one.
Also, make sure you have installed the following:
- Azure CLI
- Verify it is installed by running
az --version
- Verify it is installed by running
- Terraform
- There is no installer, extract the zip and put terraform.exe in a folder that is on your PATH
- Verify it is installed by running
terraform -version
- Install an extension for Terraform in VSCode
- There are a few options, any will do, we just want syntax highlighting
Before starting the exercise you'll need to setup the scenario on A Cloud Guru following the instructions here
Once this is setup you can start on the main instructions here.