- Azure
- RBAC
- Aks
- Terraform
- Helm
- Lets Encrypt
git clone url.git cd terraform
az login
- Initialize terraform
terraform init
- Check Plan before continuing
terraform plan
- Appy this command to apply all infrastructure changes
terraform apply
git clone url.git cd terraform
az login
terraform init
terraform plan
terraform apply