We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3bcf2 commit e9f7029Copy full SHA for e9f7029
1 file changed
repositories.tf
@@ -266,3 +266,16 @@ module "repo_bare_metal_operator" {
266
}
267
]
268
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