-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to obtain the custom domain id needed for importing an a…
…uth0_custom_domain resource. (#463)
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# 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 |