diff --git a/terraform/github/import_resources.py b/terraform/github/import_resources.py index 2f7f79fa..beffa1d6 100755 --- a/terraform/github/import_resources.py +++ b/terraform/github/import_resources.py @@ -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 diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index cf8b224a..921818df 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -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",