Home > Blockchain >  Using Terraform to create an azure active directory custom domain
Using Terraform to create an azure active directory custom domain

Time:11-02

Is it possible to terraform an azure active directory custom domain?

Searching through the docs the only thing I see is this data resource that allows me to read the currently existing ones:

https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/domains

If this is possible,links to the appropriate docs will do

CodePudding user response:

Is it possible to terraform an azure active directory custom domain?

No.

Unfortunately, there is no support yet for custom domain creation using the azuread provider within Terraform.

  • Related