We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728e089 commit 1a37e73Copy full SHA for 1a37e73
1 file changed
repositories.tf
@@ -253,3 +253,16 @@ module "repo_host_management_openstack" {
253
}
254
]
255
256
+
257
+module "repo_bare_metal_operator" {
258
+ source = "./modules/common_repository"
259
+ visibility = "public"
260
+ name = "bare-metal-operator"
261
+ description = "OSAC Operator for Bare Metal Fulfillment"
262
+ teams = [
263
+ {
264
+ team_id = "fulfillment-wg"
265
+ permission = "admin"
266
+ }
267
+ ]
268
+}
0 commit comments