Skip to content

Commit

Permalink
Add user to quarkus_resteasy_problem team
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski authored Jul 18, 2024
1 parent b6150d7 commit ab44ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-resteasy-problem.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "github_team_repository" "quarkus_resteasy_problem" {

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

0 comments on commit ab44ad1

Please sign in to comment.