Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Oct 29, 2024
1 parent 13ca136 commit 27d771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-hibernate-search-extras.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "github_team_membership" "quarkus_hibernate_search_extras" {
}

# Add outside collaborators to the repository
resource "github_repository_collaborator" "quarkus_github_app" {
resource "github_repository_collaborator" "quarkus_hibernate_search_extras" {
for_each = { for tm in ["yrodiere"] : tm => tm }
repository = github_repository.quarkus_hibernate_search_extras.name
username = each.value
Expand Down

0 comments on commit 27d771b

Please sign in to comment.