Skip to content

Commit

Permalink
terraform/aws-users.tf add user herehfla
Browse files Browse the repository at this point in the history
  • Loading branch information
here committed Nov 25, 2024
1 parent 96344d9 commit 2ecded9
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 @@ -195,3 +195,14 @@ module "iam_user_lsousadev" {
}
user_groups = ["read-only-group"]
}

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

user_name = "herehfla" # Replace with GitHub handle
user_tags = {
"Project" = "devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}

0 comments on commit 2ecded9

Please sign in to comment.