Skip to content

Commit 4ee8a8b

Browse files
committed
Merge branch 'main' into 40-add-new-iam-user-alex
2 parents bb119a2 + 4c2eb03 commit 4ee8a8b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

terraform/aws-users.tf

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,15 @@ module "iam_user_alexe" {
150150
"Access Level" = "1"
151151
}
152152
user_groups = ["read-only-group"]
153-
}
153+
}
154+
155+
module "iam_user_rsakuma"{
156+
source = "./modules/aws-users"
157+
158+
user_name = "rsakuma"
159+
user_tags = {
160+
"Project" ="devops-security"
161+
"Access Level" = "1"
162+
}
163+
user_groups = ["read-only-group"]
164+
}

0 commit comments

Comments
 (0)