For this tutorial, you will need
an Azure account
a configured Azure CLI
kubectl
$ git clone git clone https://github.com/hashicorp/learn-terraform-provision-aks-cluster
cd learn-terraform-provision-aks-cluster
$ az ad sp create-for-rbac --skip-assignment
appId = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" password = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
$ terraform init
$ terraform plan $ terraform apply
$ az aks get-credentials --resource-group
$ terraform destroy