Skip to content

Commit

Permalink
Update quarkus-wiremock.tf
Browse files Browse the repository at this point in the history
I would like to help out and move this extension to the latest quarkus and wiremock release
  • Loading branch information
wjglerum authored Oct 22, 2024
1 parent 8cf56d3 commit ec1edd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-wiremock.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_wiremock" {

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

0 comments on commit ec1edd1

Please sign in to comment.