Skip to content

Commit 3198e1e

Browse files
committed
Updating documentation aws-user.tf with user iam: srinipandiyan
1 parent 8f28774 commit 3198e1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

terraform/aws-users.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,14 @@ module "iam_user_lsousadev" {
195195
}
196196
user_groups = ["read-only-group"]
197197
}
198+
199+
module "iam_user_srinipandiyan" {
200+
source = "./modules/aws-users"
201+
202+
user_name = "srinipandiyan"
203+
user_tags = {
204+
"Project" = "devops-security"
205+
"Access Level" = "1"
206+
}
207+
user_groups = ["read-only-group"]
208+
}

0 commit comments

Comments
 (0)