We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6240d commit ec5a20bCopy full SHA for ec5a20b
1 file changed
terraform-scripts/quarkus-flow.tf
@@ -55,7 +55,7 @@ resource "github_team_repository" "quarkus_flow_triage" {
55
56
# Add users to the team
57
resource "github_team_membership" "quarkus_flow_triage" {
58
- for_each = { for tm in ["wmedvede", "gmunozfe", "domhanak", "mcruzdev"] : tm => tm }
+ for_each = { for tm in ["wmedvede", "gmunozfe", "domhanak", "mcruzdev", "fantonangeli", "lornakelly", "kumaradityaraj"] : tm => tm }
59
team_id = github_team.quarkus_flow_triage.id
60
username = each.value
61
role = "member"
0 commit comments