The Terraform AzureAD provider now supports Microsoft Graph API, offering faster response times and more up-to-date information from Azure Active Directory, reducing consistency-related errors during Terraform apply operations. The new support is available in version 1.5.0 of the provider, which also maintains compatibility with most existing Terraform configurations. To use this support, practitioners need to install Terraform v0.12 or greater and version 1.5.0 or later of the AzureAD provider, and can enable it by setting a feature flag in their provider configuration block or an environment variable. The provider will be upgraded to version 2.0, which will exclusively use Microsoft Graph and introduce new features such as better integration with the Microsoft Identity Platform and premium features like Conditional Access and Entitlement Management. Practitioners are encouraged to try out the support and provide feedback on any issues encountered.