Terraform configuration file for provisioning an Azure Kubernetes Service and an Azure Container Registry
patricks-aks-acr.tf: Provision an AKS and an ACR
patricks-aks-acr-backend.tf: Provision an AKS and an ACR including connection to the backend for storing StateFile in Blob Container
I'd like to refer to following to links, which I've used for for that example:
registry.terraform.io - kubernetes cluster
registry.terraform.io - container registry
docs.microsoft.com - container registry skus
Use the Init command for establishing a connection to the backend, use:
terraform init
Use the Validation command for verifying the file
terraform validation
Use the Apply command for conducting the provisioning
terraform apply