Skip to content

Commit 7b7a801

Browse files
committed
Followed the pre-work checklist. Was able to install Terraform, created the backend state, and set up Terraform correclty
1 parent dcda306 commit 7b7a801

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

terraform/aws-users.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,14 @@ module "iam_user_rsakuma"{
162162
}
163163
user_groups = ["read-only-group"]
164164
}
165+
166+
module "iam_user_npang4"{
167+
source = "./modules/aws-users"
168+
169+
user_name = "npang4"
170+
user_tags = {
171+
"Project" ="devops-security"
172+
"Access Level" = "1"
173+
}
174+
user_groups = ["read-only-group"]
175+
}

0 commit comments

Comments
 (0)