Skip to content

Commit

Permalink
add iam user mihirmodi
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirmodi2561 committed Sep 2, 2024
1 parent ace1d83 commit 238d85d
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_mihirmodi"{
source = "./modules/aws-users"

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

0 comments on commit 238d85d

Please sign in to comment.