Registry /
cloud / terraform-providers-terraform-provider-azuread
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
azuread
✓ github.com/terraform-providers/terraform-provider-azuread
Initialize the AzureAD Terraform provider
package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/terraform-providers/terraform-provider-azuread/azuread"
)
func main() {
provider := azuread.Provider()
_ = schema.NewProvider(provider)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.6.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.