unkin-agent d7542d8fe2
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Narrow GitHub branch archives to named repos
The wildcard heads entries admitted a branch archive from any repository
on GitHub. patterns is the admission allowlist, so only the repos that
need a branch install belong in it.

- Replace the wildcard heads entries with one anchored entry per repo
- Cover the 14 Neovim plugins that publish no tags, zip and tar.gz
- List each repo in both patterns and mutable_patterns
2026-09-11 23:34:12 +10:00
2026-07-03 21:29:02 +10:00
2026-07-03 21:29:02 +10:00
2026-07-05 17:16:17 +10:00

terraform-artifactapi

Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.

Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the filename is the repository name. make plan / make apply (via Terragrunt) reconcile them against the ArtifactAPI instance.

Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual (merged views over members of one package type).

S
Description
Terraform configuration for managing ArtifactAPI remote and virtual repositories
Readme 210 KiB
Languages
HCL 91.7%
Makefile 8.3%