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

Commit

Permalink
Add new collaborator to data_accelerator_invest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyBishop authored Apr 29, 2024
1 parent 7ebde92 commit d36b2d5
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 d36b2d5

Please sign in to comment.