// campaign mission: make the web tier reachable
terraform apply # deploy the lab
connect-gui vm-web-01 # open Windows Server
Install-WindowsFeature Web-Server
tflab iis site create Intranet 80
// test the cloud design, not just the syntax
ping vm-db-01 # fails until VNets are peered
tflab test vm-db-01 # explains NSG/routes/DNS
check level # claim credits when complete