From 62e381bb1b9f896c979261f4ac13f02404877385 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Sun, 12 Feb 2023 01:58:35 -0300 Subject: [PATCH] Add @zhfeng to quarkus-artemis (#120) - See https://github.com/quarkiverse/quarkus-artemis/issues/87#issuecomment-1426939328 --- quarkus-artemis.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarkus-artemis.tf b/quarkus-artemis.tf index 3d19128..8bb7269 100644 --- a/quarkus-artemis.tf +++ b/quarkus-artemis.tf @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_artemis" { # Add users to the team resource "github_team_membership" "quarkus_artemis" { - for_each = { for tm in ["middagj", "turing85"] : tm => tm } + for_each = { for tm in ["middagj", "turing85", "zhfeng"] : tm => tm } team_id = github_team.quarkus_artemis.id username = each.value role = "maintainer"