Skip to content
New issue

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

Document how to obtain the custom domain id needed for importing an auth0_custom_domain resource. #463

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
3 changes: 3 additions & 0 deletions examples/resources/auth0_custom_domain/import.sh
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