Skip to content

Commit

Permalink
Merge pull request #199 from ClubCedille/add-user-JulienGiguere
Browse files Browse the repository at this point in the history
Add new member: JulienGiguere
  • Loading branch information
SonOfLope authored Sep 20, 2024
2 parents a61c88d + 4dc2748 commit d0d2192
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 @@ -74,3 +74,18 @@ module "RussellJimmies" {
cluster_repo = var.platform_repo
netdata_role = "observer"
}


module "JulienGiguere" {
source = "./modules/user"
github_email = "[email protected]"
github_username = "JulienGiguere"
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"
}

0 comments on commit d0d2192

Please sign in to comment.