Skip to content

Commit 9c3d62e

Browse files
committed
aws-users rename self to match github
1 parent 8b853f4 commit 9c3d62e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/aws-users.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ module "iam_user_raibarra" {
251251
user_groups = ["read-only-group"]
252252
}
253253

254-
module "iam_user_herehfla" {
254+
module "iam_user_here" {
255255
source = "./modules/aws-users"
256256

257-
user_name = "herehfla" # Replace with GitHub handle
257+
user_name = "here" # Replace with GitHub handle
258258
user_tags = {
259259
"Project" = "devops-security"
260260
"Access Level" = "1"
261261
}
262262
user_groups = ["read-only-group"]
263-
}
263+
}

0 commit comments

Comments
 (0)