Skip to content

Commit

Permalink
Removing @gastaldi from quarkus-maven-resolver.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Dec 10, 2024
1 parent b2ab638 commit 57bb91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-maven-resolver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "github_team_repository" "quarkus_maven_resolver" {

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

0 comments on commit 57bb91b

Please sign in to comment.