This project is a quick setup to test out Azurepiplines. We use Terraform to deploy an Azure k8s service.
You will need following tools. Please install these as per your setup for your terminal configurations.
terraform init
terraform plan -var-file=vars-dev.tfvars
terraform apply -auto-approve -var-file=vars-dev.tfvars
terraform destroy -auto-approve -var-file=vars-dev.tfvars
We will be using a Service Principle to authenticate for terraform when runing non-interactively. Please see the documentation on how to set this up.