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.
1 parent 8b853f4 commit 9c3d62eCopy full SHA for 9c3d62e
1 file changed
terraform/aws-users.tf
@@ -251,13 +251,13 @@ module "iam_user_raibarra" {
251
user_groups = ["read-only-group"]
252
}
253
254
-module "iam_user_herehfla" {
+module "iam_user_here" {
255
source = "./modules/aws-users"
256
257
- user_name = "herehfla" # Replace with GitHub handle
+ user_name = "here" # Replace with GitHub handle
258
user_tags = {
259
"Project" = "devops-security"
260
"Access Level" = "1"
261
262
263
-}
+}
0 commit comments