Kisaragi
Kisaragi

Reputation: 2218

Using Terraform to create an azure active directory custom domain

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

Upvotes: 0

Views: 706

Answers (1)

Ermiya Eskandary
Ermiya Eskandary

Reputation: 23682

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.

Upvotes: 1

Related Questions