Skip to content

Commit

Permalink
Add @raycardillo and @emilienbev to quarkus-couchbase.tf (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Sep 25, 2024
1 parent e4b0098 commit 9bb8198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-couchbase.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_couchbase" {

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

0 comments on commit 9bb8198

Please sign in to comment.