Skip to content
Open
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 @@ -223,6 +223,11 @@ module "repo_cloudkit_aap_ee" {
permission = "push"
}
]
# Dead repo: only 2 commits (both from creation day), superseded within days by
# osac-aap's own execution-environment/ directory, which has been the actively
# maintained source of the same-named image ever since. Nothing consumes this
# standalone repo -- no CI publishes it, no image references it.
archived = true
}

module "repo_cloudkit_operator_config" {
Expand Down
Loading