Skip to main content
Applicable Cloud Security
Setup
Environment Setup
Terraform Baseline Deployment
Manual Deployment
Content
Day 1 — Identity, Access and RBAC
Day 2 — Network and Data
Day 2 — Monitoring and Threats
Day 4 — DevSecOps and API
Day 5 — Compliance and Automation
Challenges
Challenges
Mitch Mommers
18/05/2026
Less than 1 minute
Deployment Checklist
I copied terraform.tfvars.example to student.tfvars.
I configured a unique student_prefix.
terraform init completed successfully.
terraform fmt completed successfully.
terraform validate completed successfully.
terraform plan showed the expected resources.
terraform apply completed successfully.
I can run terraform output.
I can see my resource group in Azure.
I can list the resources with az resource list.