Skip to content

Commit e9f7029

Browse files
committed
Add osac-workspace repository
1 parent aa3bcf2 commit e9f7029

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

repositories.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,16 @@ module "repo_bare_metal_operator" {
266266
}
267267
]
268268
}
269+
270+
module "repo_osac_workspace" {
271+
source = "./modules/common_repository"
272+
visibility = "public"
273+
name = "osac-workspace"
274+
description = "Workspace for operating on OSAC repositories with AI tooling"
275+
teams = [
276+
{
277+
team_id = "fulfillment-wg"
278+
permission = "admin"
279+
}
280+
]
281+
}

0 commit comments

Comments
 (0)