Skip to content

Commit

Permalink
Merge pull request #83 from hackforla/36-add-new-iam-user-drakeredwind01
Browse files Browse the repository at this point in the history
36 add new iam user drakeredwind01
  • Loading branch information
ale210 authored Oct 17, 2024
2 parents 1b5741a + cffe630 commit d55bcca
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 @@ -173,3 +173,14 @@ module "iam_user_npang4"{
}
user_groups = ["read-only-group"]
}

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

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

0 comments on commit d55bcca

Please sign in to comment.