We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azuread_domain
It would be nice to have a resource to manage domains. This would enable terraform practitioners to associate and verify domain ownership.
resource "azuread_domain" "my_corp_com" { authentication_type = "Managed" id = "mycorp.com" is_admin_managed = false is_default = true password_notification_window_in_days = 14 password_validity_period_in_days = 90 supported_services = ["Intune"] }
https://learn.microsoft.com/en-us/graph/api/resources/domain?view=graph-rest-1.0
The text was updated successfully, but these errors were encountered:
azure_ad_domain
No branches or pull requests
Community Note
Description
It would be nice to have a resource to manage domains. This would enable terraform practitioners to associate and verify domain ownership.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/graph/api/resources/domain?view=graph-rest-1.0
The text was updated successfully, but these errors were encountered: