From 27075fd61fb109ebc89004c949f76472742033a2 Mon Sep 17 00:00:00 2001 From: tamsinforbes <32667518+tamsinforbes@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:12:39 +0100 Subject: [PATCH] remove crushaforbes outside collaborator --- terraform/github-outside-collaborators.tf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 terraform/github-outside-collaborators.tf diff --git a/terraform/github-outside-collaborators.tf b/terraform/github-outside-collaborators.tf deleted file mode 100644 index 8e6bbab..0000000 --- a/terraform/github-outside-collaborators.tf +++ /dev/null @@ -1,16 +0,0 @@ -module "github-outside-collaborators" { - source = "./modules/repository-collaborators" - repository = "github-outside-collaborators" - collaborators = [ - { - github_user = "crushaforbes" - permission = "push" - name = "Crusha Forbes" - email = "crushaforbes@gmail.com" - org = "Crusha Test Org" - reason = "Test new token works" - added_by = "tamsin.forbes@digital.justice.gov.uk" - review_after = "2024-07-04" - }, - ] -}