Skip to content

Commit

Permalink
Fix Paul membership
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburtonBUR committed Feb 3, 2025
1 parent a0c0e20 commit 9c6f7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ resource "github_membership" "engineering_membership_phillip-stanley" {
role = "member"
}

resource "github_membership" "engineering_membership_zesh92" {
username = "zesh92" //Zeshan Zoheb
resource "github_membership" "engineering_membership_Jita81" {
username = "Jita81" //Paul Glover
role = "member"
}

Expand Down

0 comments on commit 9c6f7bf

Please sign in to comment.