-
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.
Fix issue with importing auth0_organization_member (#302)
* Fix issue with importing auth0_organization_connection * Fix issue with importing auth0_organization_member
- Loading branch information
Showing
4 changed files
with
100 additions
and
14 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,7 +1,5 @@ | ||
# As this is not a resource identifiable by an ID within the Auth0 Management API, | ||
# organization members can be imported using a random string. | ||
# | ||
# We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4) | ||
# This resource can be imported by specifying the | ||
# organization ID and user ID separated by ":". | ||
# | ||
# Example: | ||
terraform import auth0_organization_member.my_org_member 11f4a21b-011a-312d-9217-e291caca36c5 | ||
terraform import auth0_organization_member.my_org_member "org_XXXXX:auth0|XXXXX" |
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