Skip to content

Commit 8a80577

Browse files
authored
new user for vrms (#142)
1 parent 50961b7 commit 8a80577

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

terraform/aws-users.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ module "iam_user_here" {
164164
}
165165
user_groups = ["read-only-group"]
166166
}
167+
167168
module "iam_user_benettonkkb" {
168169
source = "./modules/aws-users"
169170

@@ -174,3 +175,15 @@ module "iam_user_benettonkkb" {
174175
}
175176
user_groups = ["read-only-group"]
176177
}
178+
179+
module "iam_user_Ganeshswaminathan1912" {
180+
source = "./modules/aws-users"
181+
182+
user_name = "Ganeshswaminathan1912"
183+
user_tags = {
184+
"Project" = "vrms"
185+
"Access Level" = "1"
186+
}
187+
user_groups = ["read-only-group"]
188+
}
189+

0 commit comments

Comments
 (0)