Skip to content

Commit

Permalink
added myself as a new iam user in the terraform aws users file
Browse files Browse the repository at this point in the history
  • Loading branch information
RSkuma committed Jul 22, 2024
1 parent 8d8b6ba commit 87c4e91
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion terraform/aws-users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,15 @@ module "iam_user_spiteless" {
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}
}

module "iam_user_rsakuma"{
source = "./modules/aws-users"

user_name = "rsakuma"
user_tags = {
"Project" ="devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}

0 comments on commit 87c4e91

Please sign in to comment.