Skip to content

Commit

Permalink
chore: lowercase "fiemke"
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 25, 2024
1 parent 90b8ed9 commit b75e3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion team-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ resource "github_team_members" "gemeente-rotterdam-committer" {
team_id = github_team.gemeente-rotterdam-committer.id

members {
username = data.github_user.Fiemke.username
username = data.github_user.fiemke.username
}

members {
Expand Down
4 changes: 2 additions & 2 deletions user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ data "github_user" "GerwinTerpstra" {
username = "GerwinTerpstra"
}

data "github_user" "Fiemke" {
username = "Fiemke"
data "github_user" "fiemke" {
username = "fiemke"
}

data "github_user" "RicoRobinson" {
Expand Down

0 comments on commit b75e3a8

Please sign in to comment.