Azure / caf-terraform-landingzones-accelerator

Starter project for Applications (level 4) Cloud Adoption Framework for Azure landing zones on Terraform
MIT License
205 stars 233 forks source link

[AKS] adminGroupObjectIDs not set #53

Closed ckittel closed 3 years ago

ckittel commented 3 years ago

The adminGroupObjectIDs is not being set in our walkthrough. No admin groups associated, had to do it by hand after. If the instructions should have included setting that group name, in aks.tfvars before we deploy, we probably should add that. Or at least call out what the group must be named.

This is because the aks.tfvars is trying to look up by name, but we don't have permissions to query AD groups, it works if we set it to 7304e4e7-b148-4ada-a135-6049c702d21e (no query needed)