Skip to content

Commit

Permalink
Merge pull request #215 from ictsc/master
Browse files Browse the repository at this point in the history
merge to production
  • Loading branch information
mu-ruU1 committed Jun 15, 2024
2 parents f263b69 + e75131f commit 61e0161
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ provider "github" {
// add all member to github org
resource "github_membership" "member" {
for_each = toset(concat(
local.ictsc2024_members,
local.ictsc2023_members,
local.ictsc2022_members,
local.ictsc2021_members,
Expand All @@ -35,6 +36,7 @@ resource "github_membership" "member" {
resource "github_team" "team" {
for_each = toset([
"Admins",
"ictsc2024",
"ictsc2023",
"ictsc2022",
"ictsc2021",
Expand All @@ -57,6 +59,7 @@ resource "github_team" "team" {
resource "github_team_members" "team_member" {
for_each = {
"Admins" = local.admin_members,
"ictsc2024" = local.ictsc2024_members,
"ictsc2023" = local.ictsc2023_members,
"ictsc2022" = local.ictsc2022_members,
"ictsc2021" = local.ictsc2021_members,
Expand Down
1 change: 1 addition & 0 deletions team-admin.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ locals {
"Nishinoyama",
"Crow314",
"logica0419",
"mu-ruU1",
]
}
1 change: 1 addition & 0 deletions team-ictsc2023.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ locals {
"Art-Atlas",
"flora058x",
"meronpannn",
"ecodrive-18",
]
}
27 changes: 27 additions & 0 deletions team-ictsc2024.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
locals {
ictsc2024_members = [
"onokatio",
"x86taka",
"Nishinoyama",
"Crow314",
"syuuya-nakatomi",
"logica0419",
"mu-ruU1",
"Fuuma0000",
"Art-Atlas",
"flora058x",
"Dodai-Dodai",
"hitto-hub",
"I1da725",
"kerthical",
"konkichi836",
"kouxi08",
"onabe3",
"private-yusuke",
"shou3008",
"takato256",
"tosuke",
"Yosshi72",
"210on",
]
}

0 comments on commit 61e0161

Please sign in to comment.