Skip to content

Commit

Permalink
Merge pull request #200 from ClubCedille/add-user-alexvegas22
Browse files Browse the repository at this point in the history
Add new member: alexvegas22
  • Loading branch information
SonOfLope authored Sep 20, 2024
2 parents 68e734d + 967ddfb commit b6fae42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@ module "RussellJimmies" {
}


module "alexvegas22" {
source = "./modules/user"
github_email = "[email protected]"
github_username = "alexvegas22"
github_role = "member"
teams = [
{ teamName = "members", teamRole = "member" }, { teamName = "sre", teamRole = "member" },
]
cluster_name = var.cluster_name
cluster_role = "Operator"
cluster_repo = var.platform_repo
netdata_role = "observer"
}


module "JulienGiguere" {
source = "./modules/user"
github_email = "[email protected]"
Expand Down

0 comments on commit b6fae42

Please sign in to comment.