diff --git a/terraform/hmpps-approved-premises-api.tf b/terraform/hmpps-approved-premises-api.tf deleted file mode 100644 index 45ff58a5b..000000000 --- a/terraform/hmpps-approved-premises-api.tf +++ /dev/null @@ -1,26 +0,0 @@ -module "hmpps-approved-premises-api" { - source = "./modules/repository-collaborators" - repository = "hmpps-approved-premises-api" - collaborators = [ - { - github_user = "jleightonncc" - permission = "pull" - name = "Jason Leighton" - email = "jason.leighton@nccgroup.com" - org = "NCC" - reason = "Pen. tester" - added_by = "harriet.horobin-worley@digital.justice.gov.uk" - review_after = "2023-12-23" - }, - { - github_user = "jandersonncc" - permission = "pull" - name = "Joseph Anderson" - email = "joseph.anderson@nccgroup.com" - org = "NCC" - reason = "Pen. tester" - added_by = "harriet.horobin-worley@digital.justice.gov.uk" - review_after = "2023-12-23" - }, - ] -} diff --git a/terraform/hmpps-community-accommodation-tier-2-ui.tf b/terraform/hmpps-community-accommodation-tier-2-ui.tf deleted file mode 100644 index 2b883a86d..000000000 --- a/terraform/hmpps-community-accommodation-tier-2-ui.tf +++ /dev/null @@ -1,26 +0,0 @@ -module "hmpps-community-accommodation-tier-2-ui" { - source = "./modules/repository-collaborators" - repository = "hmpps-community-accommodation-tier-2-ui" - collaborators = [ - { - github_user = "jleightonncc" - permission = "pull" - name = "Jason Leighton" - email = "jason.leighton@nccgroup.com" - org = "NCC" - reason = "Pen. tester" - added_by = "harriet.horobin-worley@digital.justice.gov.uk" - review_after = "2023-12-23" - }, - { - github_user = "jandersonncc" - permission = "pull" - name = "Joseph Anderson" - email = "joseph.anderson@nccgroup.com" - org = "NCC" - reason = "Pen. tester" - added_by = "harriet.horobin-worley@digital.justice.gov.uk" - review_after = "2023-12-23" - }, - ] -}