Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #169 from moj-analytical-services/add-multiple-col…
Browse files Browse the repository at this point in the history
…laborators-from-issue

Add collaborator to Terraform file/s from Issue for multiple-collaborators
  • Loading branch information
AntonyBishop authored Jan 27, 2025
2 parents c02edfa + 7d38ebb commit 98db620
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions terraform/prisonsreadyreckoner.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module "prisonsreadyreckoner" {
source = "./modules/repository-collaborators"
repository = "prisonsreadyreckoner"
collaborators = [
{
github_user = "tcritchley"
permission = "pull"
name = "Thomas Critchley"
email = "[email protected]"
org = "No10/Cabinet Office"
reason = "To perform an analytical deep dive into MoJ's prison demand projections"
added_by = "[email protected]"
review_after = "2025-02-28"
},
{
github_user = "isabel-cox"
permission = "pull"
name = "Isabel Cox"
email = "[email protected]"
org = "No10/Cabinet Office"
reason = "To perform an analytical deep dive into MoJ's prison demand projections"
added_by = "[email protected]"
review_after = "2025-02-28"
},
]
}

0 comments on commit 98db620

Please sign in to comment.