-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abff026
commit 99944ce
Showing
7 changed files
with
7 additions
and
59 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 |
---|---|---|
|
@@ -22,24 +22,6 @@ module "strongdm_onboarding" { | |
# If set to false the default VPC will be used instead | ||
# create_vpc = true | ||
|
||
|
||
# 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 = [ | ||
var.SDM_ADMINS_EMAILS | ||
] | ||
|
||
# New accounts to create with access to all resources | ||
admin_users = [ | ||
"[email protected]", | ||
] | ||
|
||
# New accounts to create with read-only permissions | ||
read_only_users = [ | ||
"[email protected]", | ||
] | ||
|
||
# Tags will be added to strongDM and AWS resources. | ||
# tags = {} | ||
} |
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
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
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