Skip to content

Commit ace1d83

Browse files
authored
Merge pull request #55 from hackforla/50-add-new-iam-user-nelsonpang
Add New IAM User for Nelson Pang
2 parents 3448112 + 7b7a801 commit ace1d83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

terraform/aws-users.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,14 @@ module "iam_user_rsakuma"{
162162
}
163163
user_groups = ["read-only-group"]
164164
}
165+
166+
module "iam_user_npang4"{
167+
source = "./modules/aws-users"
168+
169+
user_name = "npang4"
170+
user_tags = {
171+
"Project" ="devops-security"
172+
"Access Level" = "1"
173+
}
174+
user_groups = ["read-only-group"]
175+
}

0 commit comments

Comments
 (0)