From ec1edd11459ac2e69b19fc6c70feb9a566baa608 Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Tue, 22 Oct 2024 18:25:53 +0200 Subject: [PATCH] Update quarkus-wiremock.tf I would like to help out and move this extension to the latest quarkus and wiremock release --- terraform-scripts/quarkus-wiremock.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-scripts/quarkus-wiremock.tf b/terraform-scripts/quarkus-wiremock.tf index e7a6c40..e178959 100644 --- a/terraform-scripts/quarkus-wiremock.tf +++ b/terraform-scripts/quarkus-wiremock.tf @@ -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"