Hello,
i have a issue when i try to run terraform with a serice principal. Based on Terraform Registry and i quote:
" The User, Service Principal or Managed Identity running Terraform should have permissions to register Azure Resource Providers."
This is the case when i run Terraform using a service principal which dosent have any permission on subscription level but only on resource group level.
However, when i tried to run terraform using a service principal which dosent have any permission on subscription level, but only on resource group level, on my persoal subscription and Entra ID, it ran fine.
can you explain me why?