diff --git a/terraform/operations-engineering-example.tf b/terraform/operations-engineering-example.tf index d41924aee..6c99a7bc9 100644 --- a/terraform/operations-engineering-example.tf +++ b/terraform/operations-engineering-example.tf @@ -2,15 +2,5 @@ module "operations-engineering-example" { source = "./modules/repository-collaborators" repository = "operations-engineering-example" collaborators = [ - { - github_user = "crushaforbes" - permission = "push" - name = "Tamsin Test Forbes" - email = "crushaforbes@gmail.com" - org = "testing" - reason = "To test the new token works" - added_by = "tamsin.forbes@digital.justice.gov.uk" - review_after = "2024-07-09" - }, ] }