Skip to content

Commit

Permalink
Add kdubb to quarkus-authzed-client project
Browse files Browse the repository at this point in the history
Add kdubb to quarkus
  • Loading branch information
kdubb authored and gastaldi committed Jun 22, 2024
1 parent 1c1dc19 commit 1983396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-scripts/quarkus-authzed-client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ resource "github_team_repository" "quarkus_authzed_client" {

# Add users to the team
resource "github_team_membership" "quarkus_authzed_client" {
for_each = { for tm in ["iocanel"] : tm => tm }
for_each = { for tm in ["iocanel", "kdubb"] : tm => tm }
team_id = github_team.quarkus_authzed_client.id
username = each.value
role = "maintainer"
}
}

0 comments on commit 1983396

Please sign in to comment.