Skip to content

Commit

Permalink
forgot the access block oops
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Jan 17, 2024
1 parent c3c1bb5 commit 058430e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/github/analytical-platform-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ locals {
topics = ["ministryofjustice", "analytical-platform"]
has_issues = false
homepage_url = "https://user-guidance.analytical-platform.service.justice.gov.uk"
access = {
admins = [module.data_platform_teams["data-platform-apps-and-tools"].id]
pushers = [module.data_platform_team.id]
}
}
"analytics-platform-infrastructure" = {
name = "analytics-platform-infrastructure"
Expand Down

0 comments on commit 058430e

Please sign in to comment.