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 #123 from moj-analytical-services/AntonyBishop-pat…
Browse files Browse the repository at this point in the history
…ch-1

Add new collaborator to data_accelerator_invest
  • Loading branch information
AntonyBishop authored Apr 29, 2024
2 parents 7ebde92 + d36b2d5 commit 61acda2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/data_accelerator_invest.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "data_accelerator_invest" {
source = "./modules/repository-collaborators"
repository = "data_accelerator_invest"
collaborators = [
{
github_user = "amelianoonan1-nhs"
permission = "push"
name = "Amelia Noonan"
email = "[email protected]"
org = "NHS"
reason = "able to read code and make changes/comments to it"
added_by = "[email protected]"
review_after = "2024-08-01"
},
]
}

0 comments on commit 61acda2

Please sign in to comment.