We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b5741a + cffe630 commit d55bccaCopy full SHA for d55bcca
1 file changed
terraform/aws-users.tf
@@ -173,3 +173,14 @@ module "iam_user_npang4"{
173
}
174
user_groups = ["read-only-group"]
175
176
+
177
+module "iam_user_drakeredwind01" {
178
+ source = "./modules/aws-users"
179
180
+ user_name = "drakeredwind01"
181
+ user_tags = {
182
+ "Project" = "devops-security"
183
+ "Access Level" = "1"
184
+ }
185
+ user_groups = ["read-only-group"]
186
+}
0 commit comments