Skip to content

Commit

Permalink
Update quarkus-logging-splunk.tf
Browse files Browse the repository at this point in the history
Add @lmartella1 @edeweerd1A and @flazarus1A as maintainers
  • Loading branch information
rquinio1A authored Oct 23, 2024
1 parent 93cc8a8 commit 267bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-logging-splunk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "github_team_repository" "quarkus_logging_splunk" {

# Add users to the team
resource "github_team_membership" "quarkus_logging_splunk" {
for_each = { for tm in ["vietk", "rquinio1A"] : tm => tm }
for_each = { for tm in ["vietk", "rquinio1A", "edeweerd1A", "flazarus1A", "lmartella1"] : tm => tm }
team_id = github_team.quarkus_logging_splunk.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit 267bc5f

Please sign in to comment.