Skip to content

Commit

Permalink
chore: add tessa to team frameless
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolijn authored and Robbert committed Sep 9, 2024
1 parent d3dd819 commit a2333ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions team-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ resource "github_team_members" "frameless" {
members {
username = data.github_user.marwa-hello.username
}

members {
username = data.github_user.tessa-viergever.username
}
}

resource "github_team_members" "frameless-maintainer" {
Expand Down
4 changes: 4 additions & 0 deletions user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@ data "github_user" "catrinairankhah" {
data "github_user" "marwa-hello" {
username = "Marwaxhello"
}

data "github_user" "tessa-viergever" {
username = "TessaViergever"
}

0 comments on commit a2333ac

Please sign in to comment.