Skip to content

Commit

Permalink
Add sdenboer to quarkus-cucumber.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 16, 2024
1 parent bf9e16b commit c604bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-cucumber.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_cucumber" {

# Add users to the team
resource "github_team_membership" "quarkus_cucumber" {
for_each = { for tm in ["stuartwdouglas", "christophd", "bmscomp"] : tm => tm }
for_each = { for tm in ["stuartwdouglas", "christophd", "bmscomp", "sdenboer"] : tm => tm }
team_id = github_team.quarkus_cucumber.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit c604bb4

Please sign in to comment.