Skip to content

Commit 837b586

Browse files
drakeredwind01 added to aws-users.tf
1 parent 8d8b6ba commit 837b586

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

terraform/aws-users.tf

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,16 @@ module "iam_user_spiteless" {
139139
"Access Level" = "1"
140140
}
141141
user_groups = ["read-only-group"]
142-
}
142+
}
143+
144+
145+
module "iam_user_drakeredwind01" {
146+
source = "./modules/aws-users"
147+
148+
user_name = "drakeredwind01"
149+
user_tags = {
150+
"Project" = "devops-security"
151+
"Access Level" = "1"
152+
}
153+
user_groups = ["read-only-group"]
154+
}

0 commit comments

Comments
 (0)