-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a note about exact matching of email in list to existing users…
… in sdm
- Loading branch information
1 parent
70a0580
commit 9c99ffa
Showing
1 changed file
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,8 +76,9 @@ module "strongdm_onboarding" { | |
prefix = "foo" | ||
# Grant yourself access to the resources | ||
# This account should currently be in NO ROLE in the Admin UI. | ||
# List of existing users to grant resources to | ||
# NOTE: These emails must exactly match existing users in strongDM or an error will occur | ||
# NOTE: An error will occur if these users are already assigned to a role in strongDM | ||
grant_to_existing_users = [ | ||
"[email protected]", | ||
] | ||
|
@@ -116,6 +117,7 @@ module "strongdm_onboarding" { | |
# List of existing users to grant resources to | ||
# NOTE: These emails must exactly match existing users in strongDM or an error will occur | ||
# NOTE: An error will occur if these users are already assigned to a role in strongDM | ||
grant_to_existing_users = [ | ||
"[email protected]", | ||
|