Efficiently Creating Azure Management Groups In Terraform
As part of a recent project I have been writing a Terraform module to bring all of our tenant IAM settings into state. This includes amongst many other things Azure management groups. However, avoiding copying a separate resource block for each management group and instead using a for_each loop led me to an interesting dilemma, … Read more