File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Resources created by this code repository.
11
11
| <a name =" module_iam_oidc_gha_incubator " ></a > [ iam\_ oidc\_ gha\_ incubator] ( #module\_ iam\_ oidc\_ gha\_ incubator ) | ./modules/aws-gha-oidc-providers | n/a |
12
12
| <a name =" module_iam_read_only_group " ></a > [ iam\_ read\_ only\_ group] ( #module\_ iam\_ read\_ only\_ group ) | ./modules/aws-groups | n/a |
13
13
| <a name =" module_iam_services_supervisor_group " ></a > [ iam\_ services\_ supervisor\_ group] ( #module\_ iam\_ services\_ supervisor\_ group ) | ./modules/aws-groups | n/a |
14
+ | <a name =" module_iam_user_Bwoltz " ></a > [ iam\_ user\_ Bwoltz] ( #module\_ iam\_ user\_ Bwoltz ) | ./modules/aws-users | n/a |
14
15
| <a name =" module_iam_user_JimmyJuarez10 " ></a > [ iam\_ user\_ JimmyJuarez10] ( #module\_ iam\_ user\_ JimmyJuarez10 ) | ./modules/aws-users | n/a |
15
16
| <a name =" module_iam_user_abbyz123 " ></a > [ iam\_ user\_ abbyz123] ( #module\_ iam\_ user\_ abbyz123 ) | ./modules/aws-users | n/a |
16
17
| <a name =" module_iam_user_alexe " ></a > [ iam\_ user\_ alexe] ( #module\_ iam\_ user\_ alexe ) | ./modules/aws-users | n/a |
Original file line number Diff line number Diff line change @@ -227,4 +227,15 @@ module "iam_user_gmgonzal" {
227
227
" Access Level" = " 1"
228
228
}
229
229
user_groups = [" read-only-group" ]
230
- }
230
+ }
231
+
232
+ module "iam_user_Bwoltz" {
233
+ source = " ./modules/aws-users"
234
+
235
+ user_name = " Bwoltz"
236
+ user_tags = {
237
+ " Project" = " devops-security"
238
+ " Access Level" = " 1"
239
+ }
240
+ user_groups = [" read-only-group" ]
241
+ }
You can’t perform that action at this time.
0 commit comments