-
Notifications
You must be signed in to change notification settings - Fork 19
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
a2a9709
commit 663d0a3
Showing
5 changed files
with
17 additions
and
4 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ do | |
#ibmcloud account user-invite $email -o cloud-workshop -s $lastname --space-role SpaceDeveloper | ||
|
||
## Give Editor access to a Resource Group (Not the right command) | ||
ibmcloud iam user-policy-create [email protected] --roles Viewer --resource-type resource-group --resource a260658ac8b14975827b8d6b3d146aea | ||
ibmcloud iam user-policy-create $email --roles Viewer --resource-type resource-group --resource a260658ac8b14975827b8d6b3d146aea | ||
# a260658ac8b14975827b8d6b3d146aea | ||
# ibmcloud iam user-policy-create $email --roles Viewer --resource-group-name $RG | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
# invite the users in the account and attach them to their access group | ||
resource "ibm_iam_user_invite" "invite_user" { | ||
users = ["lionel.mace@gmail.com"] | ||
users = ["first.last@gmail.com"] | ||
access_groups = [ibm_iam_access_group.ag-test.id] | ||
} |
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