Terraform intro
- State https://www.terraform.io/intro/getting-started/build.html
- Provisioning https://www.terraform.io/intro/getting-started/provision.html
- Variables https://www.terraform.io/intro/getting-started/variables.html
Samples https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples
Reuse existing resources from Azure Cloud Adoption Framework. Check this repo.
Setup your AKS deployment with Terraform. Check this repo.
Drag and drop files into Azure Cloud shell console.
Terraform is automatically installed and authenticated to your Azure subscription.
terraform init
terraform plan
terraform apply -auto-approve