Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ module "repo_cloudkit_aap" {
visibility = "public"
name = "osac-aap"
description = "OSAC AAP configuration and playbooks"
# Merged into osac (OSAC-1732/OSAC-1733); locked read-only pending archival
# (OSAC-1737). Managed here, not just via a one-off API call, since this
# repo's Terraform auto-apply would otherwise silently revert an
# out-of-band lock back to unlocked on its next run.
lock_branch = true
teams = [
{
team_id = "fulfillment-wg"
Expand Down
Loading