Skip to content

Commit

Permalink
Add release team and repositories for nlamprian. (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Nov 5, 2023
1 parent feafb09 commit adc1d83
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nlamprian.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
locals {
nlamprian_team = [
"nlamprian",
]
nlamprian_repositories = [
"gazebo_video_monitors-release"
]
}

module "nlamprian_team" {
source = "./modules/release_team"
team_name = "nlamprian"
members = local.nlamprian_team
repositories = local.nlamprian_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit adc1d83

Please sign in to comment.