Skip to content

Commit

Permalink
Merge pull request #206 from ClubCedille/add-user-Oxsw1ng
Browse files Browse the repository at this point in the history
Add new member: Oxsw1ng
  • Loading branch information
SonOfLope authored Sep 26, 2024
2 parents c485636 + e2441a9 commit d16b01d
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 @@ -104,3 +104,18 @@ module "JulienGiguere" {
cluster_repo = var.platform_repo
netdata_role = "observer"
}


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

0 comments on commit d16b01d

Please sign in to comment.