Skip to content

Commit

Permalink
Update custom_domain.md
Browse files Browse the repository at this point in the history
Document how to obtain the custom domain id needed for importing an auth0_custom_domain resource.
  • Loading branch information
ginman86 authored Feb 1, 2023
1 parent 01d9b9e commit 0bb3e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/custom_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Import is supported using the following syntax:
```shell
# Custom domains can be imported using their ID.
#
# You can find existing custom domain IDs using the auth0 management api
# https://auth0.com/docs/api/management/v2#!/Custom_Domains/get_custom_domains
#
# Example:
terraform import auth0_custom_domain.my_custom_domain cd_XXXXXXXXXXXXXXXX
```

0 comments on commit 0bb3e1a

Please sign in to comment.