Skip to content

Commit

Permalink
remove juliano
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisScottThomas <[email protected]>
  • Loading branch information
ChrisScottThomas committed Jan 16, 2025
1 parent b5b6d26 commit 5cc0a10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 1 addition & 7 deletions membership.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NOTE: We have 15 seats available overall, if your addition goes above that
you need a discussion with Steven and/or Chris first
*/

resource "github_team_membership" "engineering_membership_ChrisScottThomas" {
team_id = github_team.engineering.id
username = "ChrisScottThomas"
Expand Down Expand Up @@ -92,9 +92,3 @@ resource "github_team_membership" "engineering_membership_mauro_sorrentino" {
username = "maurosorrentinoburendo"
role = "member"
}

resource "github_team_membership" "engineering_membership_juliano_lombardi" {
team_id = github_team.engineering.id
username = "julianoburendo"
role = "member"
}
5 changes: 0 additions & 5 deletions users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,3 @@ resource "github_membership" "engineering_membership_mauro_sorrentino" {
username = "maurosorrentinoburendo"
role = "member"
}

resource "github_membership" "engineering_membership_juliano_lombardi" {
username = "julianoburendo"
role = "member"
}

0 comments on commit 5cc0a10

Please sign in to comment.