Skip to content

Commit

Permalink
Add bosch_engineering_ohw release team and repositories. (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Feb 9, 2024
1 parent 053be44 commit 86c2906
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions 00-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ locals {
local.bno055_team,
local.boeing_team,
local.borglab_team,
local.bosch_engineering_ohw_team,
local.caret_team,
local.cascade_lifecycle_team,
local.cerberus_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ locals {
local.bno055_repositories,
local.boeing_repositories,
local.borglab_repositories,
local.bosch_engineering_ohw_repositories,
local.caret_repositories,
local.cascade_lifecycle_repositories,
local.cerberus_repositories,
Expand Down
18 changes: 18 additions & 0 deletions bosch_engineering_ohw.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
locals {
bosch_engineering_ohw_team = [
"daniel4ohw",
"rcp1-beg",
"shu-beg",
]
bosch_engineering_ohw_repositories = [
"off_highway_sensor_drivers-release",
]
}

module "bosch_engineering_ohw_team" {
source = "./modules/release_team"
team_name = "bosch_engineering_ohw"
members = local.bosch_engineering_ohw_team
repositories = local.bosch_engineering_ohw_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit 86c2906

Please sign in to comment.