11// Create user and assign to group(s)
2- module "iam_user_gwenstacy " {
2+ module "iam_user_JimmyJuarez10 " {
33 source = " ./modules/aws-users"
44
5- user_name = " gwenstacy "
5+ user_name = " JimmyJuarez10 "
66 user_tags = {
7- " Environment" = " Development"
8- " Project" = " spiderverse"
7+ " Project" = " civic-tech-jobs"
98 }
109 user_groups = [" read-only-group" ]
1110}
11+
12+ module "iam_user_brittanyms" {
13+ source = " ./modules/aws-users"
14+
15+ user_name = " brittanyms"
16+ user_tags = {
17+ " Project" = " devops-security"
18+ " Access Level" = " 1"
19+ }
20+ user_groups = [" read-only-group" ]
21+ }
22+
23+ module "iam_user_freaky4wrld" {
24+ source = " ./modules/aws-users"
25+
26+ user_name = " freaky4wrld"
27+ user_tags = {
28+ " Project" = " devops-security"
29+ " Access Level" = " 1"
30+ }
31+ user_groups = [" read-only-group" ]
32+ }
33+
34+ module "iam_user_shikha0428" {
35+ source = " ./modules/aws-users"
36+
37+ user_name = " shikha0428"
38+ user_tags = {
39+ " Project" = " devops-security"
40+ " Access Level" = " 1"
41+ }
42+ user_groups = [" read-only-group" ]
43+ }
44+
45+ module "iam_user_shinjonathan" {
46+ source = " ./modules/aws-users"
47+
48+ user_name = " shinjonathan"
49+ user_tags = {
50+ " Project" = " devops-security"
51+ " Access Level" = " 1"
52+ }
53+ user_groups = [" read-only-group" ]
54+ }
55+
56+ module "iam_user_samuelusc" {
57+ source = " ./modules/aws-users"
58+
59+ user_name = " samuelusc"
60+ user_tags = {
61+ " Project" = " devops-security"
62+ " Access Level" = " 1"
63+ }
64+ user_groups = [" read-only-group" ]
65+ }
66+
67+ module "iam_user_abbyz123" {
68+ source = " ./modules/aws-users"
69+
70+ user_name = " abbyz123"
71+ user_tags = {
72+ " Project" = " devops-security"
73+ " Access Level" = " 1"
74+ }
75+ user_groups = [" read-only-group" ]
76+ }
77+
78+ module "iam_user_awlFCCamp" {
79+ source = " ./modules/aws-users"
80+
81+ user_name = " awlFCCamp"
82+ user_tags = {
83+ " Project" = " devops-security"
84+ " Access Level" = " 1"
85+ }
86+ user_groups = [" read-only-group" ]
87+ }
0 commit comments