Skip to content

Commit

Permalink
Add Paul G, replacing Zesh
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburtonBUR committed Feb 3, 2025
1 parent 3e2b845 commit 144455f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions membership.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ resource "github_team_membership" "engineering_membership_phillip-stanley" {
role = "member"
}

resource "github_team_membership" "engineering_membership_zesh92" {
resource "github_team_membership" "engineering_membership_Jita81" {
team_id = github_team.engineering.id
username = "zesh92"
username = "Jita81"
role = "member"
}

Expand Down

0 comments on commit 144455f

Please sign in to comment.