RecipeSavants.Terraform

Showcase

  • Azure
  • RBAC
  • Aks
  • Terraform
  • Helm
  • Lets Encrypt

Clone example repository

git clone url.git cd terraform

Login to Azure and set subscription

az login

Deploy infrastructure

  • Initialize terraform
terraform init
  • Check Plan before continuing
terraform plan
  • Appy this command to apply all infrastructure changes
terraform apply