File tree 1 file changed +17
-0
lines changed
aws/management/global/organizations
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,22 @@ resource "aws_identitystore_user" "eoin" {
92
92
}
93
93
}
94
94
95
+ resource "aws_identitystore_user" "michael" {
96
+ identity_store_id = local. identity_store_id
97
+
98
+ display_name = " Michael Twomey"
99
+ user_name = " michael"
100
+
101
+ name {
102
+ given_name = " Michael"
103
+ family_name = " Twomey"
104
+ }
105
+
106
+ emails {
107
+
108
+ }
109
+ }
110
+
95
111
# Groups
96
112
resource "aws_identitystore_group" "super_admin" {
97
113
display_name = " Super Admin"
@@ -130,6 +146,7 @@ locals {
130
146
luciano = aws_identitystore_user.luciano.user_id
131
147
peter = aws_identitystore_user.peter.user_id
132
148
eoin = aws_identitystore_user.eoin.user_id
149
+ michael = aws_identitystore_user.michael.user_id
133
150
}
134
151
finance = {
135
152
conor = aws_identitystore_user.conor.user_id
You can’t perform that action at this time.
0 commit comments