Terraform provider Azure - how to manage Identity and Access Management (Azure AD)?

385 views Asked by At

Is it possible to manage users and groups using Terraform?

Operations such as MFA, user-types, Authentication methods, Registration, notification, User settings, group settings, and Device settings.

1

There are 1 answers

5
Carl Zhao On

Is it possible to manage users and groups using Terraform?

Yes, you can use Terraform to integrate with Azure AD and manage users and groups in Azure AD. At the same time, Terraform supports a number of different methods for authenticating to Azure AD.

Please see:here.