Skip to content

Commit

Permalink
Update quarkus-quinoa.tf (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Sep 12, 2023
1 parent b576b35 commit 6540993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-quinoa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "github_team_repository" "quarkus_quinoa" {

# Add users to the team
resource "github_team_membership" "quarkus_quinoa" {
for_each = { for tm in ["ia3andy", "phillip-kruger", "melloware", "shivam-sharma7"] : tm => tm }
for_each = { for tm in ["ia3andy", "phillip-kruger", "melloware"] : tm => tm }
team_id = github_team.quarkus_quinoa.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit 6540993

Please sign in to comment.