Skip to content

Commit

Permalink
feat: add Patricia to RIVM team
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 7, 2024
1 parent d43d2d9 commit 252437e
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 @@ -593,6 +593,10 @@ resource "github_team_members" "rivm" {
members {
username = data.github_user.jos-van-der-zalm.username
}

members {
username = data.github_user.Patricia-de-vos.username
}
}

resource "github_team_members" "gemeente-rotterdam-committer" {
Expand Down
4 changes: 4 additions & 0 deletions user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,7 @@ data "github_user" "sanderdegoose" {
data "github_user" "MariekeBrouwer" {
username = "MariekeBrouwer"
}

data "github_user" "Patricia-de-vos" {
username = "Patricia-de-vos"
}

0 comments on commit 252437e

Please sign in to comment.