Hacker News new | ask | show | jobs
by firesteelrain 1069 days ago
You can execute Terraform from within Azure or a machine external to Azure. Just need a service principal
1 comments

> Just need a service principal

You can execute it also on your computer, and when an individual runs it, it really should not use a service principal, as those are intended for IAM of automated systems, not people.

I run terraform against my Azure sandbox from my computer with nothing more than azure CLI credentials that were stored after I logged in with az.

I don’t know if it particular to Azure Stack but I need a service principal