Skip to content

Commit

Permalink
Merge pull request #55 from hackforla/50-add-new-iam-user-nelsonpang
Browse files Browse the repository at this point in the history
Add New IAM User for Nelson Pang
  • Loading branch information
sudhara authored Aug 22, 2024
2 parents 3448112 + 7b7a801 commit ace1d83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/aws-users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,14 @@ module "iam_user_rsakuma"{
}
user_groups = ["read-only-group"]
}

module "iam_user_npang4"{
source = "./modules/aws-users"

user_name = "npang4"
user_tags = {
"Project" ="devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}

0 comments on commit ace1d83

Please sign in to comment.