Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion terraform/github/import_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class TeamID(Enum):
# /orgs/stackhpc/teams -q '.[] | {id, name}'
ADMINS = 6873229
ANSIBLE = 2454000
AZIMUTH = 6372898
BATCH = 6372897
DEVELOPERS = 6309608
KAYOBE = 6156230
Expand Down
10 changes: 0 additions & 10 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@
]
}
},
"Azimuth": {
"description": "Team responsible for Azimuth development",
"privacy": "closed",
"users": {
"maintainers": [],
"members": [
"stackhpc-ci"
]
}
},
"Batch": {
"description": "Team responsible for Batch development",
"privacy": "closed",
Expand Down